Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96808 - gtk-rep: libtool is unable to infer tagged configuration
Summary: gtk-rep: libtool is unable to infer tagged configuration
Status: RESOLVED DUPLICATE of bug 70514
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Other
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 15:20 UTC by Fredrik Tolf
Modified: 2005-06-22 16:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fredrik Tolf 2005-06-22 15:20:56 UTC
When attempting to compile gtk-rep (as part of Sawfish), I get the following error:

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'

It doesn't seem to be specific to a certain file, because I'm running with MAKEOPTS=-j2, and get the same error twice, once for each of the first two files that are attempted.

The compile command looks like this:
/usr/lib/rep/i586-pc-linux-gnu/libtool --mode=compile gcc -c [lots of probably irrelevant compile flags, definitions and include dirs] rep-gtk.c

I don't really know much about how libtool works, and particularly not since librep seems to want to use its own libtool, so I don't really know how to fix this.
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2005-06-22 16:29:32 UTC
As a workaround, you can build both librep and rep-gtk with the same CC envvar
set (meaning: run CC=i686-pc-linux-gnu-gcc emerge -1 librep rep-gtk -- except
the CC value will depend on your system).

*** This bug has been marked as a duplicate of 70514 ***