View Single Post
  #1  
Old January 13th, 2002, 06:35 PM
couzteau's Avatar
couzteau couzteau is offline
Registered User
 
Join Date: Nov 2001
Location: germany
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
couzteau is on a distinguished road
Question how to build a shared object in OSX

how to build a shared object in OSX

hello,

this question comes in two flavors:

1. how do i normally implement something like shared objects with
project buider mac os x 10.1? is that a library or a framework or ...???

2. how do i create a shared object on the command line using cc? i'm
working on a project that has been developed on linux/solaris and has
some quite sophisticated makefiles. can modify and keep them? i'
currently stuck because good ol'"cc -shared libacl.so ..." doesn't
work. the compiler is complaining because main is not defined.

thanks

jochen
Reply With Quote