[haiku-development] Re: building under Cygwin (windows)
- From: "Stefano Ceccherini" <stefano.ceccherini@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Wed, 30 May 2007 10:07:13 +0200
2007/5/30, Oliver Tappe <zooey@xxxxxxxxxxxxxxx>:
Hi Oliver,
thank you for your reply.
It seems that cygwin's linker does not allow multiple instances of the same
symbol, probably due to existing binary format rules on Windows.
Could you please try to invoke the linker command manually and add '-z muldefs'
to it? I am not even sure the cygwin linker supports that option, but if it
does work this way, it could be possible to add this option to the build of
host-tools on the cygwin platform...
It doesn't support -z muldefs, but it supports
--allow-multiple-definition. I added it, and the previous error
doesn't show up anymore, but still it doesn't link (see other
message).
- References:
- [haiku-development] building under Cygwin (windows)
- From: Stefano Ceccherini
- [haiku-development] Re: building under Cygwin (windows)
- From: Oliver Tappe
Other related posts:
- » [haiku-development] building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
- » [haiku-development] Re: building under Cygwin (windows)
It seems that cygwin's linker does not allow multiple instances of the same symbol, probably due to existing binary format rules on Windows. Could you please try to invoke the linker command manually and add '-z muldefs' to it? I am not even sure the cygwin linker supports that option, but if it does work this way, it could be possible to add this option to the build of host-tools on the cygwin platform...
- [haiku-development] building under Cygwin (windows)
- From: Stefano Ceccherini
- [haiku-development] Re: building under Cygwin (windows)
- From: Oliver Tappe