The compiler that comes with redhat 7.0 is not an official release !!!!!!
It is a snapshot of a development Compiler it is not compatible with the
older
compilers used on redhat 6.x .
Redhat used an unofficial release,an now people upgrading are paying the
price the hard way.
----- Original Message -----
From: Shane Stover <[EMAIL PROTECTED]>
To: Blackbox Mailing List <[EMAIL PROTECTED]>
Sent: Friday, October 06, 2000 5:14 PM
Subject: Problems still w/ Redhat 7.0
> Next bug please sir.. Hopefully this one will be as easy to
> correct as the last one. I wish I knew enough to help, but sadly I
> don't. I love blackbox though and thanks for the great work! Here is
> what I recieved with the latest fix on Redhat 7.0...
>
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DSLIT -DINTERLACE
> -DNLS
> -DTIMEDCA
> CHE -DLOCALEPATH=\"/usr/local/share/Blackbox/nls\"
> -DDEFAULTMENU=\"/usr/local/sh
> are/Blackbox/menu\"
> -DDEFAULTSTYLE=\"/usr/local/share/Blackbox/styles/Results\"
> -g -O2 -I/usr/X11R6/include -c main.cc
> main.cc: In function `int main (int, char **)':
> main.cc:66: `strcmp' undeclared (first use this function)
> main.cc:66: (Each undeclared identifier is reported only once
> for each
> function it appears in.)
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory
> `/home/tshane/myshit/cvs_blackbox/blackbox-20001006/s
> rc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/tshane/myshit/cvs_blackbox/blackbox-20001006'
> make: *** [all-recursive-am] Error 2
>
> -------------------------------------------