This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb 6.8 build errors in Solaris 5.8


>>>>> "Daniel" == Daniel Jacobowitz <drow@false.org> writes:
    Daniel> 
    Daniel> On Thu, Oct 16, 2008 at 02:19:16PM +0200, Klaus Zeitler wrote:
    >> Are these known problems or should I file a bug report?
    Daniel> 
    Daniel> You may want to check a CVS snapshot.  I think they're both fixed.

Did that and yes you're right, both problems are gone.
I could verify that for remote.c, but the file gstdint.h doesn't exist
anymore (I assume that got solved in some other way).

Unfortunately I ran into new build problems with the CVS snapshot:

gcc -g -O2      \
                -o gdb gdb.o libgdb.a \
                   ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a -lintl ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a     -ldl -lncurses -lz -lsocket -lnsl -lm   ../libiberty/libiberty.a  gnulib/libgnu.a 
Undefined                       first referenced
 symbol                             in file
elfcore_write_prpsinfo              libgdb.a(procfs.o)
elfcore_write_prstatus              libgdb.a(procfs.o)
ld: fatal: Symbol referencing errors. No output written to gdb
collect2: ld returned 1 exit status
make[2]: *** [gdb] Error 1
make[2]: Leaving directory `/vol/freeware/SunOS-5.8/build/gdb-cvs/gdb'


Maybe somebody can give me a hint for this.

Klaus

-- 
 --------------------------------------------------
|  Klaus Zeitler      Alcatel-Lucent               |
|  Email:             kzeitler@alcatel-lucent.com  |
 --------------------------------------------------
---
Meeting, n.:
 An assembly of people coming together to decide what person or
 department not represented in the room must solve a problem.


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