Re: [Fink-devel] -undefined error must be used when -twolevel_namespace is in effect?

2002-04-24 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmm...I'm pretty sure you need to add -flat_namespace to the LDFLAGS... SetLDFlags: [whatever you have here] -flat_namespace On Wednesday, April 24, 2002, at 07:29 AM, Jeremy Higgs wrote: Hi everyone! I'm getting this error while compiling

Re: [Fink-devel] -undefined error must be used when -twolevel_namespace is in effect?

2002-04-24 Thread David R. Morrison
You need to find where the -undefined suppress flag is set: often it is buried in the configure script, sometimes it is in Makefile.in . There are two possible replacements for this flag: 1) -undefined error which will let you compile with the default -twolevel_namespace. 2)