|
From: Bernhard B. <inf...@gm...> - 2005-02-08 09:10:59
|
Am Dienstag 08 Februar 2005 09:06 schrieb Jose' Cruanyes:
> Hi Bernhard:
> couple of questions:
>
> Have you isntalled quesa? ('make install' as root)
Yes, did that
> are geomtest working on this machine?
Do you mean the Geom Test in the Example directory? Then, no. Didn't get it=
to=20
compile by hand, and there is no autoconf stuff in the directory. And it us=
es=20
this Qut (have no idea what it is), which is also in the Examples directory=
=20
and is not installed (same problem, no autoconf stuff).
> How have you get and compiled quesa?
I've downloaded quesa-1.6d20.tar.gz from sf.net, and made the usual=20
steps: ./configure, make, make install (as root). all went well.
then I wasn't able to link my test app and I started playing around with th=
e=20
linker, with no success. I discovered that ldconfig didn't recognize=20
libquesa, after making a symbolic link libquesa.so to libquesa.0.0.0,=20
libquesa was in the linker cache but linking was still not possible.
I've got my little testprogramm to link when i use following command:
g++ /usr/local/lib/libquesa.so -o test-quesa test-quesa.o
But I have no idea why i have to provide the quesa library that way. And i=
=20
think it shouldn't be done that way.
so I'm still confused...
bye
Bernhard
|