This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: make install problems (libjava) with CVS 3.0.x branch



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



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