wiki:Building/OSX

ranlib: has no symbols warning

When building CS-Map on OS X, ranlib gives the following error:

  ranlib: file: CsMap.a(CS_mfc.o) has no symbols

This is just a warning, and can be safely ignored.

building dynamic library

  gcc  -dynamiclib -g -arch i386 -lstdc++ -shared -Wl,-dylib -o csmap.dylib *.o

will build a dynamic library on OS X

Last modified 15 years ago Last modified on Dec 17, 2008, 8:22:04 AM
Note: See TracWiki for help on using the wiki.