This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address


On 07/11/2015 22:02, David Stacey wrote:
On 07/11/15 09:06, Francis ANDRE wrote:
Le 07/11/2015 09:13, David Stacey a écrit :
On 07/11/15 07:12, Marco Atzeri wrote:
On 07/11/2015 07:39, Francis ANDRE wrote:
Hi


read /usr/share/doc/rebase/README

As this files are not part of the cygwin packages,
you should use the option

  -T, --filelist=FILE
      Also rebase the files specified in FILE.  The format
      of FILE is one DLL per line.


Cygwin does have a poco build. To use, install the 'libpoco-devel'
package.

Note that poco-1.6.2 isn't released yet; the latest in Cygwin is
1.6.1. I'll turn my attention to 1.6.2 when it is released upstream.



I am the maintener of Poco on Cygwin... and working on packaging Poco
on various platforms.. It would be nice if you could put the Cygwin
package for poco-1.6.1 here

https://github.com/pocoproject/distro/releases


I think you'll find I am the maintainer of Poco on Cygwin :-)


I think he means that he is the upstream developer that is
focusing/taking care of cygwin platform, not that he is the
cygwin package maintainer.

As such if he needs to run/test a new release on build tree
and has fork issue the rebase "-T, --filelist=FILE"
options is still my suggestion.

It is what I do for octave builds from mercurial repository,
as rebase is not aware of these new dll's

 find /build_root -name "*.dll" > new_dlls
 rebase -T new_dlls

Marco











--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]