Making world breaks in gnu/usr.bin/gdb with: Script started on Sat Mar 11 23:36:45 1995 bash# make ===> bfd ===> libiberty ===> mmalloc ===> gdb cc -O2 -I/a/src/gnu/usr.bin/gdb/gdb/. -I/usr/include/readliner -I/a/src/gnu/usr.bin/gdb/gdb/../bfd -o gdb [snip/snip] (MY FORMATTING) -lreadline -ltermcap -lgnuregex -L/a/src/gnu/usr.bin/gdb/gdb/../libiberty/obj -liberty -L/a/src/gnu/usr.bin/gdb/gdb/../bfd/obj -lbfd -L/a/src/gnu/usr.bin/gdb/gdb/../mmalloc/obj -lmmalloc -lcompat /usr/lib/libgnuregex.so.2.0: Definition of symbol `_regerror' (multiply defined) /usr/lib/libcompat.a(regerror.o): Definition of symbol `_regerror' (multiply defined) /usr/lib/libcompat.a(regex.o): Definition of symbol `_regerror' (multiply defined) /usr/lib/libc.so.2.0: Definition of symbol `_regerror' (multiply defined) *** Error code 1 Stop. *** Error code 1 Stop. bash# exit exit Script done on Sat Mar 11 23:37:22 1995 Fix: Nuke whichever regerrors are the least relevant. How-To-Repeat: make world. wait.
State Changed From-To: open->closed