#13750 closed defect (duplicate)
aqbanking 2.3.3 build: ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib
Reported by: | jens.haeusser@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | aqbanking leopard gnucash | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: |
Description
After the update to aqbanking 2.3.3 (see #13685), the dylib problem in building aqbanking on OS 10.5 Leopard (noted in #13173) persists. The error is:
ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib
As noted by jmauro at freeshell.org, adding
configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
after configure.cflags-append "-L${prefix}/lib" in the Portfile fixes the build problem on Leopard.
Change History (2)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | Port Bugs |
---|
Note: See
TracTickets for help on using
tickets.
Duplicate of #13173.