[analog-help] Can't Compile

1999-01-21 Thread David W. Francis
Hello: I just downloaded analog3.11 and tried to compile on a Redhat5.2 machine. I have tried several different "Makefile" configs and have edited the 'analhead.h' file. Here is a printout of the Make: -snip --- [root@max analog3]# make gcc-O2

Re: [analog-help] Can't Compile

1999-01-22 Thread Stephen Turner
It looks as if your gcc installation is thoroughly broken. It can't find any of the standard header files. I suggest you re-install gcc. (That's just a matter of pressing one button on RedHat, isn't it? -- it is on Debian anyway). -- Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.

[analog-help] Can't compile under SunOS 5.5.1

2000-06-08 Thread Blah Yadda
I'm trying to compile Analog 4.11 under SunOS 5.5.1 I've edited the Makefile to include LIBS = -lnsl gcc is being used. When I try to Make, I get the following: $ make gcc-O2-DUNIX -c alias.c gcc: installation problem, cannot exec `cpp': No such file or directory make:

[analog-help] Can't Compile analog under SunOS 5.7

2000-03-09 Thread Benjamin Gandon
Well, I'm trying to compile analog 4.03 under SunOS 5.7 (gcc 2.8.1) I changed the LIBS= line, adding -DNEED_STRCMP but the following line of the Makefile corresponding to the finial stage of the compliation produces two errors : gcc -O2 alias.o analog.o cache.o dates.o globals.o hash.o init.o i

Re: [analog-help] Can't compile under SunOS 5.5.1

2000-06-08 Thread Stephen Turner
On Thu, 8 Jun 2000, Blah Yadda wrote: > I'm trying to compile Analog 4.11 under SunOS 5.5.1 > > I've edited the Makefile to include LIBS = -lnsl > gcc is being used. > > When I try to Make, I get the following: > > $ make > gcc-O2-DUNIX -c alias.c > gcc: installation

Re: [analog-help] Can't compile under SunOS 5.5.1

2000-06-08 Thread JBilderback
Seems like (fading memory) I had a similar problem created by using a dos text editor on the file and changing the case of the file name. Blah Yadda wrote: > > I'm trying to compile Analog 4.11 under SunOS 5.5.1 > > I've edited the Makefile to include LIBS = -lnsl > gcc is being used. > > When

Re: [analog-help] Can't Compile analog under SunOS 5.7

2000-03-10 Thread B.V.Dean
In message <[EMAIL PROTECTED]>, Benjamin Gandon writes: > >Well, I'm trying to compile analog 4.03 under SunOS 5.7 (gcc 2.8.1) >I changed the LIBS= line, adding -DNEED_STRCMP >but the following line of the Makefile corresponding to the finial stage >of the compliation produces two errors :