[Gambas-user] Gambas 2 -> Gambas 3
Ron_1st
ronstk at ...239...
Thu Feb 19 10:26:36 CET 2009
On Thursday 19 February 2009, Benoît Minisini wrote:
> > On Thursday 19 February 2009, Benoît Minisini wrote:
> > > $ pkg-config --cflags qt-mt
> > > $ pkg-config --libs-only-l qt-mt
> > > $ pkg-config --libs-only-L qt-mt
> > > $ pkg-config --libs-only-other qt-mt
> > >
> > > If, of course, your qt development package uses the pkg-config system!
> > >
> > > Thanks in advance.
> >
> > root at ...1311...:~# pkg-config --cflags qt-mt
> > -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -D_REENTRANT
> > -I/usr/include/qt3
> >
> > root at ...1311...:~# pkg-config --libs-only-l qt-mt
> > -lqt-mt -laudio -lXt -ljpeg -lpng -lz -lXi -lXrender -lXrandr -lXcursor
> > -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl
> > -lpthread (^^^all on one line^^^)
> >
> > root at ...1311...:~# pkg-config --libs-only-L qt-mt
> > -L/usr/X11R6/lib
> >
> > root at ...1311...:~# pkg-config --libs-only-other qt-mt
> >
> > (^^^ empty^^^)
> >
> >
> > /usr/include/qt3 exists and contains theqt3 *.h files
> >
> >
> > Best regards,
> >
> > Ron_1st
>
> Here is the result on my Mandriva:
>
> $ pkg-config --libs-only-L qt-mt
> # nothing
> $ pkg-config --libs-only-other qt-mt
> # nothing
> $ pkg-config --libs-only-l qt-mt
> -lqt-mt -lmng -ljpeg -lpng -lz -lXrender -lXrandr -lXcursor -lXinerama -lXft
> -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
> $ pkg-config --cflags qt-mt
> -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT
> -I/usr/lib/qt3//include
>
> There is no "-L" flag because on Mandriva /usr/X11R6/lib is in
> /etc/ld.so.conf.
>
> I'm currently downloading the Kubuntu 8.10 32 bits ISO. I will try to compile
> Gambas on it, thanks to VirtualBox.
>
> Regards,
>
For kubuntu 8.04 LTS
-----------------------
/etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf
----------------------
in subdir:
file:///etc/ld.so.conf.d/i486-linux-gnu.conf
# Multiarch support
/lib/i486-linux-gnu
/usr/lib/i486-linux-gnu
file:///etc/ld.so.conf.d/kde4.conf
/usr/lib/kde4/lib
file:///etc/ld.so.conf.d/libc.conf
# libc default configuration
/usr/local/lib
--------------
I get next week some hdd space too.
Virtualbox is nice but my system memory is 2GB max for this computer.
The beauty is already working for me from 2002 24/7. :)
Asus Terminatur 1, Pentiun4, 2.4 Ghz, GNU/Linux only
Best regards,
Ron_1st
--
More information about the User
mailing list