[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compaq compiler



On Thu, 15 Jun 2000 Kerstin Hoef-Emden wrote:
> Hi,
> 
> today I gave it a try and downloaded the Compaq c compiler and the
> accompanying libs.

> I tried a little compile with a molecular phylogeny program (fastDNAml),
> but the compilation stopped. 
> 
> cc: Severe:
> /usr/lib/compaq/ccc-6.2.9.002-2/alpha-linux/include//stddef.h,
> line
> 23: Cannot find file <stddef.h> specified in #include directive.
> (noinclfilef)
> #include_next <stddef.h>
> 
> I had a look in the include directory and found stddef.h there. 

I had the same problems after using alien, one solution is to edit the files you mention.
As far as I remember, there are 3 or 4 such header files missing.

I edited the file
/usr/lib/compaq/ccc-6.2.9.002-2/alpha-linux/include/stddef.h
so that the first line now is:
#include </usr/lib/gcc-lib/alpha-linux/2.95.2/include/stddef.h>

I do not remember the original version of this file.
You have to do this with every missing header file (3-4).

In addition I changed
/usr/lib/compaq/ccc-6.2.9.002-2/alpha-linux/bin/comp.config
to include:
-I/usr/lib/gcc-lib/alpha-linux/2.95.2/include

After these changes the ccc compiler worked fine.


Cheers
            Daniel




_____________________________________________
Daniel Faller
Fakultaet fuer Physik
Abt. Honerkamp
Albert-Ludwigs-Universitaet Freiburg

Tel.: 0761-203-5875
Fax.: 0761-203-5967 
e-mail: Daniel.Faller@physik.uni-freiburg.de
URL:    http://webber.physik.uni-freiburg.de/~fallerd         



Reply to: