[Gambas-user] compiling 0.94 under SuSE 9.1
Michael Bergmann
mbergmann-sh at ...17...
Wed Jun 23 15:03:51 CEST 2004
Maybe this might be of help for the SuSE fraction among us: The following is
my configuration script to compile gambas 0.94 under SuSE 9.1 pro with
updated KDE 3.2.3. Personally, I prefer having gambas in my /opts directory,
therefore I kept the default install path.
____________ snipp ____________________________________
#! /bin/bash
./configure \
--with-kde-libraries=/opt/kde3/lib \
--with-kde-includes=/opt/kde3/include \
--with-qt-libraries=/usr/lib/qt3/lib \
--with-qt-includes=/usr/lib/qt3/include \
--with-moc=/usr/bin/ \
--with-pgsql-includes=/usr/include/pgsql/ \
--with-pgsql-libraries=/usr/lib/postgresql/ \
--with-mysql-includes=/usr/include/mysql/ \
--with-mysql-libraries=/usr/lib \
--enable-optimization\
--enable-shared
# --disable-preloading
#--prefix=/usr \
#--libdir=/lib \
make
make install
_________________________ snipp _______________________________________
This compiles without probs over here, hope you can use it. Just save it with
an approbate name into your build directory and start it something like
"./myconfigure.sh" with root rights
regards,
Michael
More information about the User
mailing list