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:

mul...@moria /cygdrive/k/gnustep_dev/modules/core/base/Tools
$ make_strings.exe
objc runtime: cannot find class NSAutoreleasePool
Aborted (core dumped)

mul...@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-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to