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 |