Sta7ic
2002.08.12, 11:06 PM
I'm trying to make a small OGL program using Cpp in ProjectBuilder that has a class that handles model arrays, loading, and saving. I've written all the code out, and it returns the linking error:
usr/lib/crt1.o: illegal reference to symbol: __objcInit defined in indirectly refenced dynamic library usr/lib/libobjc.A.dylib
I've looked through some OS X NeHe tutorials, and at least Lesson 8 compiles fine -- using the standard C compiler. What's going wrong?
-Sta7ic
usr/lib/crt1.o: illegal reference to symbol: __objcInit defined in indirectly refenced dynamic library usr/lib/libobjc.A.dylib
I've looked through some OS X NeHe tutorials, and at least Lesson 8 compiles fine -- using the standard C compiler. What's going wrong?
-Sta7ic