According to Joe R. Jah:
> On Thu, 5 Apr 2001, Gilles Detillieux wrote:
> > According to Joe R. Jah:
> > > Any better luck?;)
> > 
> > You tell me!  Try replacing the
> > 
> > #include "regex.h"
> > 
> > in htlib/RegexReplace.h with
> > 
> > #include <rx.h>
> > 
> > and see if you can build it (and use it!) this way.
> 
> No;(
> 
> ../htlib/libht.a(RegexReplace.o): In function `RegexReplace::RegexReplace(String 
>const &, String const &, String &)':
> /tmp/htdig-3.1.5/htlib/RegexReplace.cc:27: undefined reference to 
>`re_set_syntax(unsigned int)'
> /tmp/htdig-3.1.5/htlib/RegexReplace.cc:29: undefined reference to 
>`re_compile_pattern(char const *, int, re_pattern_b'
> ../htlib/libht.a(RegexReplace.o): In function `RegexReplace::Replace(String const 
>&)':
> /tmp/htdig-3.1.5/htlib/RegexReplace.cc:51: undefined reference to 
>`re_match(re_pattern_buffer *, char const *, int, i'

OK, so the rx functions aren't in the standard libraries.  Do you not
have any means at your disposal of finding out where they might be?
Do you have any manual pages installed on your system?  Did you look
for something obvious like a /usr/lib/librx.a file and/or try adding
a -lrx option to the LIBS setting in Makefile.config?  I don't have
access to a BSD system myself, so I can't read your documentation for
you.  Please try a little harder to sort these things out before giving
up and running to me for answers.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to