On Sun, Apr 10, 2005 at 06:12:12PM +0100, James McDermott wrote:
hi steve,
thanks for this...
I believe that you need to use the following
CFLAGS:
-fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o
is that bundle1.o a placeholder i should replace with the name of a
specific .o file? i'm guessing not.
Thats right, its current, its an OSX support library IIUC.
If forgot to thank Stephane Letz who gave me those flags.
- Steve