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


On Jul 30, 2001, Christian Iseli <chris@ludwig-alpha.unil.ch> wrote:

> 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 ?

Look for --tag CC or --tag CXX in libstdc++-v3 and libjava Makefiles.

>> 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

I meant the latter, but the former will probably work too.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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