This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Unable to find __d_pid symbol in object file.


Hello!

I built emacs-20.5 with gcc 2.96 (egcs-20000103)
I debug it with gdb 4.18 (built with the same gcc).

I get the following warning at startup:

Starting program: /tools/contrib/HP-UX/B.11.00/hppa2.0/bin/emacs-20.5 
warning: Unable to find __d_pid symbol in object file.
warning: Suggest linking with /opt/langtools/lib/end.o.
warning: GDB will be unable to track shl_load/shl_unload calls
...

I thought gcc did include end.o to the link line if -g was given.
Best Regards!
Marc

My config for gcc:

../egcs-20000103/configure --with-gcc-version-trigger=/tools/contrib/gen/src/egcs-20000103/gcc/version.c --host=hppa2.0n-hp-hpux11.00 --enable-version-specific-runtime-libs --prefix=/tools/contrib/HP-UX/B.11.00/hppa2.0/packages/egcs --enable-shared --with-gnu-as --with-as=/tools/contrib/HP-UX/B.11.00/hppa2.0/bin/as --norecursion 

and for emacs:

./configure  --prefix=/tools/contrib/HP-UX/B.11.00/hppa2.0/ --with-x-toolkit=lucid '--x-includes=/usr/include/X11R6 -I/usr/contrib/X11R6/include -I/usr/include/Motif1.2' '--x-libraries=/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -L/usr/lib/Motif1.2_R6 -lXaw -lXmu'


-- 
Marc Girod        P.O. Box 320        Voice:  +358-9-511 23746
Nokia Networks    00045 NOKIA Group   Mobile: +358-40-569 7954
Hiomo 5/1         Finland             Fax:    +358-9-511 23580


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]