This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make install problems (libjava) with CVS 3.0.x branch
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: make install problems (libjava) with CVS 3.0.x branch
- From: Christian Iseli <chris at ludwig-alpha dot unil dot ch>
- Date: Tue, 31 Jul 2001 01:35:09 +0200
- cc: Christian Iseli <chris at ludwig-alpha dot unil dot ch>, gcc at gcc dot gnu dot org, chris at ludwig-alpha dot unil dot ch
aoliva@redhat.com said:
> One solution is to explicitly pass the tag name to libtool, so that it
> doesn't try to infer the tag name from the command line, which is
> deemed to fail in this set-up. A patch that adds the tag would be
> appreciated.
What is meant by a tag ? Could you provide an example please ?
> Another alternative is to build and install with the modified prefix.
> This is not a problem for GCC, because it now auto-detects the exec
> prefix from its run-time location.
Do you mean:
../gcc/configure --prefix=$RPM_BUILD_ROOT/usr blah
make bootstrap
make install
or:
../gcc/configure --prefix=/usr blah
make prefix=$RPM_BUILD_ROOT/usr bootstrap
make prefix=$RPM_BUILD_ROOT/usr install
Cheers,
Christian