View Single Post

   
  #1 (permalink)  
Old 01-16-2008, 05:08 PM
Christian
 
Posts: n/a
Default create a share library with bundled c

HI,
I need to compile a shared library from my .c file. I use the folowing
command:

cc -b MyFile.o MyFile.c

I get the following warning: "(Bundled) cc: warning 422: Unknown
option "b" ignored."

How can I compile a shared library using bundled c?

Thank you for your help,
CC
Reply With Quote