This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem to compile gcc-3.0 on cygwin


Hi,
I tried to compile and install gcc-3 on cygwin-1.3.1
platform.
I have a problem with the command :

$ make install

make[1]: Leaving directory `/opt/compile/objdir/gcc'
make[1]: Entering directory `/opt/compile/objdir/fastjar'
make[2]: Entering directory `/opt/compile/objdir/fastjar'
/bin/sh /opt/compile/gcc/fastjar/mkinstalldirs /usr/local/gc
c/bin
 /bin/sh /opt/compile/gcc-3.0-20010527/install-sh -c
jar /usr/local/gcc/bin/jar
cp: `jar' and `/usr/local/gcc/bin/#inst.1203#' are the same
file
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/opt/compile/objdir/fastjar'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/opt/compile/objdir/fastjar'
make: *** [install-fastjar] Error 2


When I try the command :
$ cp jar /usr/local/gcc/bin
cp: `jar' and `/usr/local/gcc/bin/jar' are the same file

or

$ cp jar /usr/local/gcc/bin/#inst.1203#
cp: `jar' and `/usr/local/gcc/bin/#inst.1203#' are the same
file

or

$ cp -f jar /usr/local/gcc/bin/#inst.1203#
cp: `jar' and `/usr/local/gcc/bin/#inst.1203#' are the same
file

It seems to be a problem with the cp command

If you have an idea ...

Thanks fort your help

Hervé
______________________________________________________
E-mail gratuit - Multimania - http://www.multimania.fr


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]