Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 1995 22:13:27 -0700
From:      Nate Williams <nate>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/gdb/gdb compat_que.c Makefile
Message-ID:  <199504070513.WAA22873@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
nate        95/04/06 22:13:27

  Modified:    gnu/usr.bin/gdb/gdb Makefile
  Added:       gnu/usr.bin/gdb/gdb compat_que.c
  Log:
  Because -lcompat defines the same symbols as -lgnuregex and the weakness
  of the linker to enforce linking of modules in command line order it is
  not possible to link gdb shared with -lcompat.
  
  *HACK ALERT*
  Removed -lcompat from LDADD and bring in the necessary functions out of
  libcompat as a source module until the linker can be fixed.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504070513.WAA22873>