Laurent Faisnel <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I'm trying to compile R-1.7.1 from source (on a RedHat 8.0) instead of
> using the binary version, as it has often been advised.
> However I don't manage to find a solution to the following error which
> occurs during the make procedure :


> gcc -I../../../../include /usr/include/mysql  -D__NO_MATH_INLINES
                            ******************
> -mieee-fp  -fPIC  -g -O2 -c ansari.c -o ansari.o


The stars indicate the problem. This wants to -I/usr/include/mysql if
anything, otherwise gcc will believe that there are two files to
compile and complain about the -o. I suspect that you entered the
wrong thing during configuration.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to