* Richard Adams <[EMAIL PROTECTED]> [000809 18:06]:
> On Wed, 09 Aug 2000,  [EMAIL PROTECTED] wrote about,  Re: broken C++ compiler:
> 
> > `/usr/local/bin/black_jack-0.1/black_jack/docs'
> > > make[2]: Entering directory `/usr/local/bin/black_jack-0.1/black_jack'
> > > c++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c meny.cpp
> > > meny.cpp: In method `void Meny::Top(int, int, int, int)':
> > > meny.cpp:28: implicit declaration of function `int system(...)'
> > > make[2]: *** [meny.o] Error 1
> > > make[2]: Leaving directory `/usr/local/bin/black_jack-0.1/black_jack'
> > > make[1]: *** [install-recursive] Error 1
> > > make[1]: Leaving directory `/usr/local/bin/black_jack-0.1/black_jack'
> > > make: *** [install-recursive] Error 1
> > > [root@localhost black_jack-0.1]# exit
> > > Script done on Wed Aug  9 15:22:49 2000
> 
> If i interpret that correctly he is trying to compile a program with a tooo
> old system, or a too old program with a recent system, in other words he
> needs to read the INSTALL and README files to check his versions of libs
> and attributing h files. It looks to me like funtion's have changed from
> one or another version of some or other file.
> 
> Yes i am possably wrong because i have not really been following this
> thread. If i am commenting out of place, please shot me after i have drunk
> my beer.
> 
> 
> Tell me where to onbtain black-jack-0.1 and i will see whats up.
You can find the home page at:
http://www.frogface.grid9.net/linux/software/blackjack.shtml

I wanted to get gcc installed correctly, and was really just trying
to get a tarball installed. After that I tried w3m and still no joy.
:-(

> 
> As a matter of fact i have 6 black-jack machines at my work, so this
> interests me.
> 
> > I am sorry.  C++ has a cloven hoof and it is not given to me to
> > understand its syntax.  You can look at line 28 of meny.cpp and see if
> > it makes any more sense to you than it does to g++, or you could try
> > adding the -fpermissive option to CFLAGS (maybe it will be spelled
> > CPPFLAGS or so) in the Makefile (or Makefile.in, and go back and make
> > clean and rm config.cache again).
> > 
> > g++ sets -fpedantic-errors by default.  That looks to me like a pedantic
> > error.
> 
> Could well be, as i said i know almost nothing of what has been said in
> this disscussion
> 
> > 
> > Lawson
> > 
> > ---cut here
> 
> You said it.
> 
> Snip.
> 
-- 
   Richard Spencer -- Sao Paulo, Brazil
Linux kernel 2.2.16  Redhat 6.0  gcc-2.95.1-3

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to