From owner-freebsd-commit Thu Apr 6 22:13:49 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22897 for commit-outgoing; Thu, 6 Apr 1995 22:13:49 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22884 for cvs-gnu-outgoing; Thu, 6 Apr 1995 22:13:43 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22873 ; Thu, 6 Apr 1995 22:13:27 -0700 Date: Thu, 6 Apr 1995 22:13:27 -0700 From: Nate Williams Message-Id: <199504070513.WAA22873@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/gdb compat_que.c Makefile Sender: commit-owner@FreeBSD.org Precedence: bulk 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.