[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #26055] correct LD flags to pass to the linger for cygwin
From: |
Riccardo mottola |
Subject: |
[bug #26055] correct LD flags to pass to the linger for cygwin |
Date: |
Mon, 30 Mar 2009 22:28:51 +0000 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) |
URL:
<http://savannah.gnu.org/bugs/?26055>
Summary: correct LD flags to pass to the linger for cygwin
Project: GNUstep
Submitted by: rmottola
Submitted on: lun 30 mar 2009 22:28:49 GMT
Category: Makefiles
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
When linking with cygwin, enable-import needs to be specificed explictely.
Since we use gcc, we need to add :
-Wl,--enable-auto-import
to the gcc invocation at the linking stage or we get warnings.
Unfortunately removignt he warnings is not enough: when running I still get:
multix@moria /cygdrive/k/gnustep_dev/modules/core/base/Tools
$ make_strings.exe
objc runtime: cannot find class NSAutoreleasePool
Aborted (core dumped)
multix@moria /cygdrive/k/gnustep_dev/modules/core/base/Tools
$ plmerge.exe
objc runtime: cannot find class NSProcessInfo
Aborted (core dumped)
the classes mentioned here are exactly those about which the linker
complained at before the correct flag. But no clues for that.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26055>
_______________________________________________
Messaggio inviato con/da Savannah
http://savannah.gnu.org/
- [bug #26055] correct LD flags to pass to the linger for cygwin,
Riccardo mottola <=