On 6/5/06, Lorenzo La Spada <[EMAIL PROTECTED]> wrote:
> Hi Alexander,
>
> thank you very much for reply my post.
>
> I understand I should set the commands, but unfortunately, I don't
> know how as I'm new to use unix.
>
> export CFLAGS=-I/sw/include
> export LDFLAGS=-L/sw/lib
> export CXXFLAGS=$CFLAGS
> export CPPFLAGS=$CXXFLAGS
> export ACLOCAL_FLAGS="-I /sw/share/aclocal"
> export PKG_CONFIG_PATH="/sw/lib/pkgconfig"
>
> Let's say, I would like to install kdmtheme-1.1 from the bash
> terminal, what would be the apropriate command?
>
> Sorry for asking, could you help me?
>
>

I've never installed it, so I don't have any specific information.
Typically the sequence

./configure
make
sudo make install

will do what you need.  It looked like you were doing more or less the
right thing before.  Check the config.log file in your kdetheme-1.1
build directory and see if you can find what was missing.

>
>
> Le 5 juin 06 à 23:59, Alexander K. Hansen a écrit :
>
> > On 6/5/06, Lorenzo La Spada <[EMAIL PROTECTED]> wrote:
> >> Hi all,
> >>
> >> I'm looking for some help to install new stuff for kde.
> >>
> >> I have downloaded and installed kde with fink on my ibook g4 ppc and
> >> it's working well, but when I try to install packages manualy as kdm
> >> theme manager 1.1, I get this error message:
> >>
> >> configure: WARNING: libjpeg not found. disable JPEG support.
> >> checking for perl... /usr/bin/perl
> >> checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt)
> >> not found. Please check your installation!
> >> For more details about this problem, look at the end of config.log.
> >> Make sure that you have compiled Qt with thread support!
> >>
> >>
> >> As advised before, I tryed to define the path to qt with the
> >> command ./configure --with-qt-dir=/sw/lib/qt3 but it didn't help, I
> >> have the same error message. I'm not sure if this is the correct path
> >> or the correct command.  ./configure --help will not really help me
> >> either as I'm not very experienced with all those commands.
> >>
> >> Can someone help me to define the correct path and the correct
> >> command to install packages?
> >>
> >> Thank you for any help.
> >>
> > Also check out
> >
> > http://fink.sourceforge.net/faq/usage-general.php#compile-myself
> >
> > --
> > Alexander K. Hansen
> > Fink Documenter (still)
>
>


-- 
Alexander K. Hansen
Fink Documenter (still)


_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to