Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!sunc.osc.edu!malgudi!zaphod.mps.ohio-state.edu!mips!sgi!shinobu!odin!sgihub!dragon!fireball.wpd.sgi.com!randyt From: randyt@fireball.wpd.sgi.com (Randy Taylor) Newsgroups: comp.sys.sgi Subject: Re: prof Message-ID: <1990Oct22.222534.16875@relay.wpd.sgi.com> Date: 22 Oct 90 22:25:34 GMT References: <9010192207.AA04419@bass.bu.edu> Sender: news@relay.wpd.sgi.com ( CNews Account ) Reply-To: randyt@fireball.wpd.sgi.com (Randy Taylor) Organization: sgi Lines: 15 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.