On 08-Apr-2002 Garst R. Reese wrote:

> configure:2985: result: xforms
> configure:11553: checking for fl_initialize in -lforms
> configure:11580: g++ -o conftest -O -fno-rtti -fno-exceptions -W -Wall 
> -isystem
>  /usr/X11R6/include  conftest.cc -lforms   -lSM -lICE -liberty -lc -lm  
> -L/usr/
> X11R6/lib -lX11  >&5
> /usr/lib/libforms.so: undefined reference to `XpmCreatePixmapFromData'
> /usr/lib/libforms.so: undefined reference to `jpeg_read_scanlines'
[snip the rest]

And here we go. As I told you the problem lies with the .so library. The
test HAS to use also the jpg and xpm libraries to be able to work! While
they are already linked into the static .a library and so you don't see
it there. Nothing to do with the name only with the libraries in itself.

My assumption in the reply to Rob was right, but here we definitvely have
the solution for the problem ;)

         Jug

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

There is no distinctly native American criminal class except Congress.
                -- Mark Twain

Reply via email to