protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] configure problem after updating to qt3 ....


From: bookop2
Subject: Re: [Protux-devel] configure problem after updating to qt3 ....
Date: Mon, 25 Nov 2002 21:04:37 +0100
User-agent: KMail/1.4.3

I think all links are set by default ... look:

bash-2.05b$ ls -l /usr/lib/qt3/lib
total 7164
-rw-r--r--    1 root     root          124 Sep 13 08:56 libeditor.prl
lrwxr-xr-x    1 root     root           18 Nov 10 14:57 libeditor.so -> 
libeditor.so.1.0.0
lrwxr-xr-x    1 root     root           18 Nov 10 14:57 libeditor.so.1 -> 
libeditor.so.1.0.0
lrwxr-xr-x    1 root     root           18 Nov 10 14:57 libeditor.so.1.0 -> 
libeditor.so.1.0.0
-rwxr-xr-x    1 root     root       228896 Sep 13 08:57 libeditor.so.1.0.0
-rw-r--r--    1 root     root          165 Sep 13 08:56 libqt-mt.prl
lrwxr-xr-x    1 root     root           17 Nov 10 14:57 libqt-mt.so -> 
libqt-mt.so.3.0.5
lrwxr-xr-x    1 root     root           17 Nov 10 14:57 libqt-mt.so.3 -> 
libqt-mt.so.3.0.5
lrwxr-xr-x    1 root     root           17 Nov 10 14:57 libqt-mt.so.3.0 -> 
libqt-mt.so.3.0.5
-rwxr-xr-x    1 root     root      6870000 Sep 13 08:57 libqt-mt.so.3.0.5
-rw-r--r--    1 root     root          120 Sep 13 08:56 libqui.prl
lrwxr-xr-x    1 root     root           15 Nov 10 14:57 libqui.so -> 
libqui.so.1.0.0
lrwxr-xr-x    1 root     root           15 Nov 10 14:57 libqui.so.1 -> 
libqui.so.1.0.0
lrwxr-xr-x    1 root     root           15 Nov 10 14:57 libqui.so.1.0 -> 
libqui.so.1.0.0
-rwxr-xr-x    1 root     root       198928 Sep 13 08:57 libqui.so.1.0.0
bash-2.05b$


greetings
Reinhard




Am Montag 25 November 2002 03:10 nachmittags/abends schrieb Luciano Giordana:
> that happened to me , and you are right, I made symlinks and every went
> fine..
>
> here is my /usr/lib/qt3/lib
>
>
> -rw-r--r--    1 root     root          124 Sep 13 03:56 libeditor.prl
> lrwxrwxrwx    1 root     root           18 Nov  7 14:04 libeditor.so ->
> libeditor.so.1.0.0* lrwxrwxrwx    1 root     root           18 Nov  7 14:04
> libeditor.so.1 -> libeditor.so.1.0.0* lrwxrwxrwx    1 root     root        
>   18 Nov  7 14:04 libeditor.so.1.0 -> libeditor.so.1.0.0* -rwxr-xr-x    1
> root     root       228896 Sep 13 03:57 libeditor.so.1.0.0* -rw-r--r--    1
> root     root          165 Sep 13 03:56 libqt-mt.prl lrwxrwxrwx    1 root  
>   root           17 Nov  7 14:04 libqt-mt.so -> libqt-mt.so.3.0.5*
> lrwxrwxrwx    1 root     root           17 Nov  7 14:04 libqt-mt.so.3 ->
> libqt-mt.so.3.0.5* lrwxrwxrwx    1 root     root           17 Nov  7 14:04
> libqt-mt.so.3.0 -> libqt-mt.so.3.0.5* -rwxr-xr-x    1 root     root     
> 6870000 Sep 13 03:57 libqt-mt.so.3.0.5* lrwxrwxrwx    1 root     root      
>     11 Nov  7 14:04 libqt.so -> libqt-mt.so* lrwxrwxrwx    1 root     root 
>          15 Nov  7 14:04 libqt.so.3.0 -> libqt-mt.so.3.0* lrwxrwxrwx    1
> root     root           17 Nov  7 14:04 libqt.so.3.0.5 ->
> libqt-mt.so.3.0.5* -rw-r--r--    1 root     root          120 Sep 13 03:56
> libqui.prl lrwxrwxrwx    1 root     root           15 Nov  7 14:04
> libqui.so -> libqui.so.1.0.0* lrwxrwxrwx    1 root     root           15
> Nov  7 14:04 libqui.so.1 -> libqui.so.1.0.0* lrwxrwxrwx    1 root     root 
>          15 Nov  7 14:04 libqui.so.1.0 -> libqui.so.1.0.0* -rwxr-xr-x    1
> root     root       198928 Sep 13 03:57 libqui.so.1.0.0* address@hidden
> lib]$
>
> On Monday 25 November 2002 10:54 am, tapio laxström wrote:
> > Reinhard Amersberger wrote:
> > > Hi,
> > >
> > > since I have updated my second machine (the slow one used by the kids)
> > > to qt3 ./configure (without flags) isn'T able to find qt3.
> > >
> > > qt3 is installed in /usr/lib/qt3 and also no additional flags won't
> > > help. I used --with-qt-dir=/usr/lib/qt3 ,
> > > --with-qt-libraries=/usr/lib/qt3/lib
> >
> > wait a minute... was there someone else suffering from this same
> > problem? and solution was something like; there is only mt-libs and
> > script tries to find non-mt-libs (even when only mt-libs are used) and
> > you have to make symbolic liks from mt-libs so that links are named as
> > non-mt-libs.
> >
> > Can someone else remember such situation (/fix)?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]