libtool problem
I use Ubuntu server 7.10, libtool 1.5.24 and gcc 4.1.3.
I try to compile the last version of mod_auth_xradius and when I do make I receive the error: if /usr/share/apr-1.0/build/libtool --mode=compile g++-4.1 -DHAVE_CONFIG_H -I. -I. -I./include -Wall -I./libradius -DLINUX=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/postgresql -I/usr/include/xmltok -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/postgresql -g -O2 -MT mod_auth_xradius_la-mod_auth_xradius.lo -MD -MP -MF ".deps/mod_auth_xradius_la-mod_auth_xradius.Tpo" -c -o mod_auth_xradius_la-mod_auth_xradius.lo `test -f 'src/mod_auth_xradius.c' || echo './'`src/mod_auth_xradius.c; then mv -f ".deps/mod_auth_xradius_la-mod_auth_xradius.Tpo" ".deps/mod_auth_xradius_la-mod_auth_xradius.Plo"; else rm -f ".deps/mod_auth_xradius_la-mod_auth_xradius.Tpo"; exit 1; fi libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make: *** [mod_auth_xradius_la-mod_auth_xradius.lo] Error I tryed to compile and other programs and I received the same error. Does someoane knows how can I fix this? Thak you. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
libtool problem
Hi,
since a short time many (not all) packages fail to build with a message like /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la The problem is that I have upgraded to gcc-4.3.3 so there is no path /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 anymore. I have rebuilt libtool, sourced /etc/profile still I cannot get rid of this problem. Has anybody an idea where this comes from and how to fix this? Many thanks for hint, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany |
libtool problem
Am Dienstag, 3. Februar 2009 13:15:55 schrieb Helmut Jarausch:
> since a short time many (not all) packages fail to build with a message > like > /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la > > The problem is that I have upgraded to gcc-4.3.3 so there is no path > /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 > anymore. > > I have rebuilt libtool, sourced /etc/profile > still I cannot get rid of this problem. Did you run "fix_libtool_files.sh 4.3.2"? HTH... Dirk |
libtool problem
On 3 Feb, Dirk Heinrichs wrote:
> Am Dienstag, 3. Februar 2009 13:15:55 schrieb Helmut Jarausch: > >> since a short time many (not all) packages fail to build with a message >> like >> /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la >> >> The problem is that I have upgraded to gcc-4.3.3 so there is no path >> /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 >> anymore. >> >> I have rebuilt libtool, sourced /etc/profile >> still I cannot get rid of this problem. > > Did you run "fix_libtool_files.sh 4.3.2"? > Thanks! Where does this beast come from? Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany |
libtool problem
On Dienstag 03 Februar 2009, Helmut Jarausch wrote:
> Hi, > > since a short time many (not all) packages fail to build with a message > like > /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la > > The problem is that I have upgraded to gcc-4.3.3 so there is no path > /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 > anymore. > > I have rebuilt libtool, sourced /etc/profile > still I cannot get rid of this problem. > > Has anybody an idea where this comes from and how to fix this? > > Many thanks for hint, > Helmut. if you would have looked here: http://www.gentoo.org/ you would have seen this: gcc-4.3.3 and broken libtool archives linking to: http://psykil.livejournal.com/334483.html |
libtool problem
Helmut Jarausch schrieb:
> On 3 Feb, Dirk Heinrichs wrote: >> Am Dienstag, 3. Februar 2009 13:15:55 schrieb Helmut Jarausch: >> >>> since a short time many (not all) packages fail to build with a message >>> like >>> /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la >>> >>> The problem is that I have upgraded to gcc-4.3.3 so there is no path >>> /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 >>> anymore. >>> >>> I have rebuilt libtool, sourced /etc/profile >>> still I cannot get rid of this problem. >> Did you run "fix_libtool_files.sh 4.3.2"? >> > > Thanks! > Where does this beast come from? > Helmut. > > Do you read the elog messages? |
libtool problem
Helmut Jarausch wrote:
On 3 Feb, Dirk Heinrichs wrote: Am Dienstag, 3. Februar 2009 13:15:55 schrieb Helmut Jarausch: since a short time many (not all) packages fail to build with a message like /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la The problem is that I have upgraded to gcc-4.3.3 so there is no path /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 anymore. I have rebuilt libtool, sourced /etc/profile still I cannot get rid of this problem. Did you run "fix_libtool_files.sh 4.3.2"? Thanks! Where does this beast come from? It's also in the official documentation. Chapter "Gentoo GCC Upgrade Guide", section "Frequent Error Messages" :P http://www.gentoo.org/doc/en/gcc-upgrading.xml#doc_chap5 |
libtool problem
On Tue, 03 Feb 2009 13:15:55 +0100 (CET), Helmut Jarausch wrote:
> since a short time many (not all) packages fail to build with a message > like > /bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgomp.la > > The problem is that I have upgraded to gcc-4.3.3 so there is no path > /usr/lib/gcc/i686-pc-linux-gnu/4.3.2 > anymore. Re-emerge gcc-4.3.3 - this was fixed without a revision bump. -- Neil Bothwick A man needs a mistress - just to break the monogamy |
libtool problem
On 3 Feb, Neil Bothwick wrote:
> Re-emerge gcc-4.3.3 - this was fixed without a revision bump. ^^^^^^^^^^^^^^^^^^^^^^^ I do love this !!! Many thanks, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany |
libtool problem
On Tue, 03 Feb 2009 16:03:00 +0100 (CET)
Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote: > I do love this !!! And I hate to re-emerge same gcc every time some minor bug (which I didn't happen to reproduce) is fixed. -- Mike Kazantsev // fraggod.net |
| All times are GMT. The time now is 01:08 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.