Re: pfdInitConverter

New Message Reply Date view Thread view Subject view Author view

Jim Helman (jimh++at++surreal)
Wed, 06 Dec 95 14:37:07 -0800


More libraries are required on the link line. See the Programming
Guide or the sample makefiles. The warning you are getting is because
you are missing the missing library libfpe, i.e. "-lfpe". See the list
below from /usr/share/Performer/src/pguide/C/Makefile.

> cc simple.c -lpf -lpfdu_igl

rgds,

-jim helman

jimh++at++surreal.asd.sgi.com
415/933-1151

LIBIRISGL = -lgl
LIBOPENGL = -lGLU -lGL -lXext

SYSTEM_IRISGL = \
        -lmpc \
        -limage \
        -lfm \
        ${LIBIRISGL} \
        -lXirisw \
        -lXm \
        -lXt \
        -lfpe \
        -lXmu \
        -lX11 \
        -lm \
        -lmalloc \
        -lC

SYSTEM_OPENGL = \
        -lmpc \
        -limage \
        -lGLw \
        ${LIBOPENGL} \
        -lfpe \
        -lXm \
        -lXt \
        -lXmu \
        -lX11 \
        -lm \
        -lmalloc \
        -lC


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:06 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.