Re: Sucess!

Arnaud Charlet <[email protected]> Sun, 10 Sep 2006 11:02:02 +0200
Newsgroups gmane.comp.ide.gps.user
Message-ID <[email protected]>
Note that the proper list for building/devel GPS is gps-devel,
gps-users is dedicated to users of existing GPS binaries.

> I tried to make the build exclude any python stuff by
> 
> $ ./configure --without-pygtk --without-python
> 
> But this didn't work.

That should be enough though. I'd suggest restarting from scratch (= a clean
environment) to double check.

Alternatively, you can also link with -lpthread, e.g.
make ADAFLAGS="-largs -lpthread"

Arno