Re:Where is popt?



 > 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]