Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.mac.programmer.help > #21
| From | Lothar Behrens <lothar.behrens@lollisoft.de> |
|---|---|
| Newsgroups | comp.sys.mac.programmer.help |
| Subject | Mac OS X 10.3.9 linking problem |
| Date | 2011-05-01 07:48 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <db71278b-b615-4985-8ddf-2a758345b1bb@r6g2000vbz.googlegroups.com> (permalink) |
Hi, I tried to get my current code compiled on my Mac OS X Panther. Moving one problematic library from being a shared object (so) to a framework to fix a linker error I got my next problem with another shared library. I now have figured out that I can link against a so file via -lc / <path>/libFoo.so but not via -L/<path> -lFoo. Is ld searching for dylib's only? Should I prefer dylibs on Panther while able to work with so files on Snow Leopard, or should I completely move to dylib/framework? Is Panther still a relevant platform to support? Any advice please? Thanks, Lothar
Back to comp.sys.mac.programmer.help | Previous | Next | Find similar
Mac OS X 10.3.9 linking problem Lothar Behrens <lothar.behrens@lollisoft.de> - 2011-05-01 07:48 -0700
csiph-web