| . |
|
Bitland.Net Security Notes
Comments? email jwilkins-at-bitland*net
More information on the author at Jonathan Wilkins's home page RSS feed available at http://www.bitland.net/index.rss |
| Archives: 2007, 2006, 2005, 2004, 2003, 2002, 2001, 2000 |
| |
| |
| Quick Build Hacks for OSX | (2008/08/06 14:56) |
When you're building code under OS X, there are a few changes you'll often have to make to the Makefiles. LIBTYPE=dylib # instead of 'so' SOFLAGS=-dynamiclib -flat_namespace -undefined supress # instead of '-shared' LDRFLAGS= # instead of -Wl,... DLDFLAGS=-bundle # instead of -rdynamic, -Wl,... |
| +digg | +del.icio.us | [OSX ] | Permanent link |
| |
| RSS feed available at http://www.bitland.net/index.rss |