Re: Problem with shared library

2006-09-06 Thread Henrik Carlqvist
Henrik Carlqvist <[EMAIL PROTECTED]> wrote: >> gcc -g theprogram.c -o theprogram >> file theprogram > theprogram: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), > dynamically linked (uses shared libs), not stripped Sorry about the confusion... In the message above I used ">" to mark the

Re: Problem with shared library

2006-09-05 Thread Henrik Carlqvist
"ZXMULTRAN045, Ext" <[EMAIL PROTECTED]> wrote: > I can not have an access to the source files: the source files list in > the source files window is empty More over I built with the -g option Did you run strip on the binary? Strip removes any debug information. > gcc -g theprogram.c -o theprogram