perfly not compiling??? :(

New Message Reply Date view Thread view Subject view Author view

Garrett Williams (gwilliams++at++etcflorida.com)
Wed, 08 Oct 1997 15:20:53 -0700


This is my simple make file with all the C files in one directory

PFLIBS = -g -all -lpfdu_ogl -lpfui -lpfutil_ogl -lpf_ogl -limage -lGLU
-lGL -lXext -lXmu -lX11 -lm -lfpe -lmalloc -lC

gogo: cmdline.o generic.o env.o gui.o keybd.o perfly.o main.o
        CC -o gogo cmdline.o generic.o env.o gui.o keybd.o perfly.o main.o
${PFLIBS}

cmdline.o : cmdline.C
        CC -c cmdline.C

generic.o : generic.C
        CC -c generic.C

env.o : env.C
        CC -c env.C

gui.o : gui.C
        CC -c gui.C

keybd.o : keybd.C
        CC -c keybd.C

perfly.o : perfly.C
        CC -c perfly.C

main.o : main.C
        CC -c main.C

This is my error I have check for the headers being included BUT I have
not changed any of the code I just copied it to my directory....

 CC -o gogo cmdline.o generic.o env.o gui.o keybd.o perfly.o main.o -g
-all -lpfdu_ogl -lpfui -lpfutil_ogl -lpf_ogl -Wl,-none -limage -lGLU
-lGL -lXext -lXmu -lX11 -lm -lfpe -lmalloc -lC
ld: WARNING 85: definition of _calloc in /usr/lib/libmalloc.so preempts
that definition in /usr/lib/libc.so.
ld: WARNING 85: definition of _cfree in /usr/lib/libmalloc.so preempts
that definition in /usr/lib/libc.so.
ld: WARNING 85: definition of __checktraps in /usr/lib/libfpe.so
preempts that definition in /usr/lib/libc.so.
ld: WARNING 85: definition of __readenv_sigfpe in /usr/lib/libfpe.so
preempts that definition in /usr/lib/libc.so.
ld: WARNING 85: definition of _malloc in /usr/lib/libmalloc.so preempts
that definition in /usr/lib/libc.so.
ld: WARNING 85: definition of _realloc in /usr/lib/libmalloc.so preempts
that definition in /usr/lib/libc.so.
ld: WARNING 85: definition of _free in /usr/lib/libmalloc.so preempts
that definition in /usr/lib/libc.so.
ld: ERROR 33: Unresolved text symbol "pfuGetGUIChan" -- 1st referenced
by generic.o.
ld: ERROR 33: Unresolved text symbol
"pfChannel::nb_getOutputOrigin(int*,int*) const" -- 1st referenced by
generic.o.
ld: ERROR 33: Unresolved text symbol
"pfChannel::nb_getOutputSize(int*,int*) const" -- 1st referenced by
generic.o.
ld: ERROR 33: Unresolved text symbol "pfChannel::nb_getPVChan(void)
const" -- 1st referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol
"pfPipeVideoChannel::nb_getSize(int*,int*)" -- 1st referenced by
perfly.o.
ld: ERROR 33: Unresolved text symbol "pfuTravCreatePackedAttrs" -- 1st
referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol
"pfPipeVideoChannel::nb_setDVRMode(int)" -- 1st referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol "pfChannel::nb_setProjMode(int)" --
1st referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol "pfuCursorType" -- 1st referenced
by perfly.o.
ld: ERROR 33: Unresolved text symbol
"pfPipeVideoChannel::nb_setStressFilter(float,float,float,float,float,float)"
-- 1st referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol
"pfPipeVideoChannel::nb_setOutputSize(int,int)" -- 1st referenced by
perfly.o.
ld: ERROR 33: Unresolved text symbol
"pfPipeVideoChannel::nb_getOutputSize(int*,int*)" -- 1st referenced by
perfly.o.
ld: ERROR 33: Unresolved text symbol "pfuTravSetDListMode" -- 1st
referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol "pfuGetCursorType" -- 1st
referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol "pfuDrawPWin3DCursor" -- 1st
referenced by perfly.o.
ld: ERROR 33: Unresolved text symbol "pfuRunDiskProcsOn" -- 1st
referenced by main.o.
ld: INFO 60: Output file removed because of error.
*** Error code 1 (bu21)

Please tell me what is wrong and how do I find simular errors in the
future....

thanks for your time and help
garrett
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
            Submissions: info-performer++at++sgi.com
        Admin. requests: info-performer-request++at++sgi.com


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:56:04 PDT

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