------- Comment #2 from manuel dot bettini at airbus dot com 2006-05-24 07:54
-------
(In reply to comment #1)
> Three things:
> first you should not be configuring with an relative path (it is not that
> supported), that was PR 13993 which was fixed for 3.4.4.
First: this is not about configuring with a relative path.
Configuring was correctly done with absolute path (I promisse)
Second: that is not the same bug as the PR 13993 mentionned.
Third: Even having configure with absolute PATH the generated Makefile for
installing libf2c seems to be relative (on the contrary of other path in
Makefiles)
Then: it is not fixed in 3.4.6 (obviously since I got it ;-))
To be more clear see traces (for the error) below, when doing "make install"
in the gcc-3.4.6 directory
../.././libf2c/../install-sh -c .libs/libg2c.so.0.0.0
/opt/install/gcc-3.4.6/lib/sparcv9/libg2c.so.0.0.0
./libtool: ../.././libf2c/../install-sh: not found
make[3]: *** [install] Error 1
make[3]: Leaving directory
`/home/myaccount/gcc-3.4.6/sparc-sun-solaris2.10/sparcv9/libf2c'
make[2]: *** [multi-do] Error 1
> second, if you are building in the source directory, that is not supported
> either.
I am building the normal way (I try)
> Third, 3.4.6 was the last release of 3.4.x and libf2c was removed in 4.0.x
> so
Ok !
> this is not a bug which can be fixed in any other release.
Sorry
--
manuel dot bettini at airbus dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manuel dot bettini at airbus
| |dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27751