> > /usr/bin/g++ -O  -L../lib -L../cats -o check_bacula check_bacula.o
> > authenticate.o   -lbac -lm -lpthread
> > check_bacula.o(.text+0x1c): In function `usage':
> > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58:
> > undefined reference to `gettext'
> > check_bacula.o(.text+0x463): In function `main':
> > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:110:
> > undefined reference to `libintl_textdomain'

<snip>

> > Stop in /usr/local/src/bacula-2.0.1/src/check_bacula.
> > 
> 
> Hello Dave,
> 
> seems that something during configure went wrong... when looking
> at your protocol... compile does it fine when adding 
> /usr/local/include
> to the include-path, but when linking check_bacula the order 
> "-L /usr/local/lib" 
> is missing  (this is, in your case, where the libraries for 
> gettext are installed)
> 
> Chris
> 

time for a cup of coffee.... not only "-L /usr/local/lib" is missing...
also "-lgettext" is missing....

chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to