K 10 svn:author V 4 nate K 8 svn:date V 27 1995-04-07T05:13:26.000000Z K 7 svn:log V 338 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. END