Bug 65226 - Making failed because libtool did not find library /usr/lib/libGL.la
Summary: Making failed because libtool did not find library /usr/lib/libGL.la
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-30 11:48 UTC by Tom Lueders
Modified: 2003-09-30 12:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Lueders 2003-09-30 11:48:02 UTC
Version:           Gideon 3.0.0 alpha7 (sources from 2003/09/30) (using KDE KDE 3.1.4)
Installed from:    SuSE RPMs
Compiler:           Qt 3.2.1
OS:          Linux

Error message:

make[4]: Entering directory `/home/tom/Projects/kdevelop/lib/qextmdi/src'
/bin/sh ../../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libkdevelopqextmdi.la -rpath /opt/kde3/lib -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/kde3/lib  -version-info 3:0 kmdichildarea.lo kmdichildfrm.lo kmdichildfrmcaption.lo kmdichildview.lo kmdimainfrm.lo kmditaskbar.lo kmdidockcontainer.lo kdockwidget_compat.lo kmultitabbar.lo kmditoolviewaccessor.lo kmdidockwidget.moc.lo  -lkparts
grep: /usr/lib/libGL.la: No such file or directory
/bin/sed: can't read /usr/lib/libGL.la: No such file or directory
libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive
make[4]: *** [libkdevelopqextmdi.la] Error 1



All GL libraries exist in /usr/lib (Nvidia driver installed):

lrwxrwxrwx    1 root     root           10 May 16 11:38 libGL.so -> libGL.so.1
lrwxrwxrwx    1 root     root           17 May 16 11:38 libGL.so.1 -> libGL.so.1.0.4363
-rwxr-xr-x    1 root     root       413588 May 16 11:38 libGL.so.1.0.4363
-rw-r--r--    1 root     root      4529014 Mar 17  2003 libGLU.a
-rwxr-xr-x    1 root     root          774 Mar 17  2003 libGLU.la
lrwxrwxrwx    1 root     root           13 Apr  9 10:33 libGLU.so -> libGLU.so.1.3
lrwxrwxrwx    1 root     root           13 Apr  9 10:31 libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x    1 root     root       702207 Mar 17  2003 libGLU.so.1.3
lrwxrwxrwx    1 root     root           21 May 16 11:38 libGLcore.so.1 -> libGLcore.so.1.0.4363
-rwxr-xr-x    1 root     root      4897272 May 16 11:38 libGLcore.so.1.0.4363
lrwxrwxrwx    1 root     root            7 Apr  9 10:31 libMesaGL.a -> libGL.a
lrwxrwxrwx    1 root     root            8 Apr  9 10:31 libMesaGL.la -> libGL.la
lrwxrwxrwx    1 root     root            8 Apr  9 10:31 libMesaGL.so -> libGL.so
lrwxrwxrwx    1 root     root           10 Apr  9 10:56 libMesaGL.so.3 -> libGL.so.1
lrwxrwxrwx    1 root     root            9 Apr  9 10:33 libMesaGLU.la -> libGLU.la
lrwxrwxrwx    1 root     root            9 Apr  9 10:33 libMesaGLU.so -> libGLU.so
lrwxrwxrwx    1 root     root           11 Apr  9 10:31 libMesaGLU.so.3 -> libGLU.so.1

Who want GL???

Thanks, Tom
Comment 1 Stephan Kulow 2003-09-30 12:55:40 UTC
that's a problem with the RPMs not kdevelop. Grep through the installed .la files and replace 
/usr/lib/libGL.la with -lGL 
Comment 2 Tom Lueders 2003-09-30 13:57:55 UTC
Subject: Re:  Making failed because libtool did not find library
 /usr/lib/libGL.la

On Tuesday 30 September 2003 12:55, you wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=65226
> coolo@kde.org changed:
>
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
>- Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
>
>
>
> ------- Additional Comments From coolo@kde.org  2003-09-30 12:55 -------
> that's a problem with the RPMs not kdevelop. Grep through the installed .la
> files and replace /usr/lib/libGL.la with -lGL


Thanks.
Do you know the command line for sed to replace ....
Tom