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:

> I have a problem with make install using the current 3.0.x CVS branch.

Are you using GNU make?

> libtool: link: unable to infer tagged configuration
> libtool: link: specify a tag with `--tag'
> make[2]: *** [libgcj.la] Error 1
> make[2]: Leaving directory `/usr/src/redhat/BUILD/obj-i386-linux/i386-pc-linux-gnu/libjava'

Remove .../i386-pc-linux-gnu/{config.cache,libjava} and try again.

> I tried to repeat, after defining CC=gcc, but things stay the same.

CC is not used for the target build.  In this case, it's using
CC_FOR_TARGET, I believe.

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