prof

Randy Taylor randyt at fireball.wpd.sgi.com
Tue Oct 23 08:25:34 AEST 1990


Tasos,
    You most likely have a shared library linked into your executable.
To check this do a 'odump -p -L a.out' on your file.  If you see something
like:
a.out:
  /lib/libc_s		36864	8192	0 0x0f800000 0x0fc00000 0x0fc02000

then you have linked the executable with the shared library version of libc.
You may have more than one line here each representing a different shared lib.
What you need to do is change your make file to not use the shared library
version of the respective libraries.  
    Hope this helps,
    Randy Taylor
    Silicon Graphics Inc.
    Mountain View, Ca.



More information about the Comp.sys.sgi mailing list