URL:
<http://savannah.gnu.org/bugs/?38859>
Summary: GDL2 build failures on Apple platforms
Project: GNUstep
Submitted by: leeg
Submitted on: Tue 30 Apr 2013 02:32:54 PM GMT
Category: gdl2
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hi,
I'm building GDL2 from r36452 on apple-apple-apple. The build is fine, but
linking fails because it tries to use Linux-style -lFramework instead of
Apple-style -framework Framework flags. I can patch the GNUmakefiles to solve
my problem (example below), but a patch should really support both linker
styles and I don't know how I'd do that.
Thanks,
Graham.
-EOAccess_LIBRARIES_DEPEND_UPON = -lEOControl $(OBJC_LIBS)
+EOAccess_LIBRARIES_DEPEND_UPON = -framework EOControl $(OBJC_LIBS)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38859>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep