Re:Where is popt?
- From: Oliver Granert <olg amorgos ks informatik uni-kiel de>
- To: dahaverk rockwellcollis com, orbit-list gnome org
- Subject: Re:Where is popt?
- Date: Fri, 21 Jun 2002 17:11:21 +0200
> When I do a configure in the ORBit2 directory it complains
> that it needs "popt version 1.5 or greater".
I have the same problem.
I solved it by editing the configure script in ORBit.
do the following:
search for popt
some lines down you will find this:
LIBS="-lpopt $LIBS"
change it to (LDFLAGS must be set to "-L<YOUR POPT LIBDIR>")
LIBS="-lpopt $LIBS $LDFLAGS"
or set directly
LIBS="-lpopt $LIBS -L<YOUR POPT LIBDIR>"
I hope this will help.
Oliver Granert
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]