>
>
> I read the install file, and I uncommented the ELKS=1 line in all three
> makefiles, so that's obviously not the problem. I've noticed that bcc gives
> me errors about missing semicolons when compiling other programs too. Is
> this possibly related to the fact that bcc does not understand ansi C as
> well as K&R c??
>
> -Joseph Dunn

Try to add   -ansi  to the compiler flags for  ELKS in the Makefile:


CFLAGS = $(INC) -ansi -DELKS=1 -DUNIX=1 -0 -Dconst= -Dvolatile=

Note also that in the include path there is something like

INC = -I/home/greg/net/elks/include

which is unlikely to be the same on your machine.

With these changes I  got quite a bit further, though I'm not yet home and dry.

Thomas


P.S. I noticed that Greg had a 'bcc' directory on the ftp site. Maybe there's a
new
bcc version there?

T.H.

--
-------------------------------------------------------------------------
Thomas Huld
European Commission - Joint Research Centre - Ispra Site(IT)
T.P.723
I-21020 Ispra                | Insofar as my employer has coherent
Italy                        | opinions they are unlikely to be mine
tel. +39 0332 785273
fax. +39 0332 786198
e-mail: [EMAIL PROTECTED]

   **** EXPLOSIVE PICTURES!!! **** REALLY HOT BANGS!! ****
Check out http://poplar.sti.jrc.it/public/thomas/reacflow/rgfhome.htm
-------------------------------------------------------------------------


Reply via email to