to compile without /usr/lib/libc.2 library [message #260394] |
Sun, 19 August 2007 09:00 |
ijy_david
Messages: 7 Registered: August 2007 Location: UK
|
Junior Member |
|
|
Hi,
i am compiling a pro*c code in HP-UX 11. The version of Oracle installed is 10.2.0.3.
cc -o <executable name> <file name>.c is the format I use for producing the executable.
To see the list of linked libraries I used the chatr command. And it has dynamic /usr/lib/libc.2 listed in the shared library list.
But I want to have an executable which is excluded of this library file. Is there any way of obtaining it?
Could anyone pls help on this?
Regards,
Ijy
|
|
|