linking libGL: cycle in dylib re-exports?
linking libGL: cycle in dylib re-exports?
- Subject: linking libGL: cycle in dylib re-exports?
- From: Abe Stephens <email@hidden>
- Date: Sun, 28 Oct 2007 21:43:25 -0600
Hi, I'm encountering a linking problem whenever I attempt to link to X11's libGL in Leopard.
Here is a concise example:
echo 'static void *foo; int main() { foo = (void *)glGetIntegerv; }' | g++ -xc++ - -I/usr/X11R6/include -includeGL/gl.h -L/usr/X11R6/lib -lGL ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib collect2: ld returned 1 exit status
Does anyone have some advice on how to fix this?
Thanks- Abe |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden