public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC Error Referencing re_comp & re_exec
@ 2005-09-27 22:13 DimmerMI (sent by Nabble.com)
  2005-09-27 22:21 ` Ian Lance Taylor
  2005-09-28  3:05 ` Digvijoy Chatterjee
  0 siblings, 2 replies; 4+ messages in thread
From: DimmerMI (sent by Nabble.com) @ 2005-09-27 22:13 UTC (permalink / raw)
  To: gcc-help


I've been trying to compile an older network monitoring utility called Rover on a NetBSD system, but keep getting errors about re_comp and re_exec. The errors are as follows:
display.o: In function `AddFilter':
display.o(.text+0xd5): undefined reference to `re_comp'
display.o: In function `CountProblem':
display.o(.text+0x66b): undefined reference to `re_comp'
display.o(.text+0x67a): undefined reference to `re_exec'
display.o: In function `FilterProblem':
display.o(.text+0x707): undefined reference to `re_comp'
display.o(.text+0x716): undefined reference to `re_exec'

If someone can help me figure out these errors that would be great.

Thanks.
--
Sent from the gcc - Help forum at Nabble.com:
http://www.nabble.com/GCC-Error-Referencing-re_comp-re_exec-t348240.html#a965007

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-28  3:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-27 22:13 GCC Error Referencing re_comp & re_exec DimmerMI (sent by Nabble.com)
2005-09-27 22:21 ` Ian Lance Taylor
2005-09-28  3:05 ` Digvijoy Chatterjee
2005-09-28  3:20   ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).