On Wed, 2004-05-19 at 14:25, martinrp@vax2.concordia.ca Subject: Re: [PD] OSC make or make OSC same error:
...what error is it?
here:
make OSC
gcc OSC.o -o OSC
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../crt1.o(.text+0x18): In function _start': : undefined reference to
main'
OSC.o(.text+0x17): In function OSC_new': : undefined reference to
pd_new'
OSC.o(.text+0x38): In function OSC_version': : undefined reference to
post'
OSC.o(.text+0x6b): In function OSC_setup': : undefined reference to
gensym'
OSC.o(.text+0x73): In function OSC_setup': : undefined reference to
class_new'
OSC.o(.text+0x91): In function OSC_setup': : undefined reference to
gensym'
OSC.o(.text+0xa6): In function OSC_setup': : undefined reference to
class_addmethod'
OSC.o(.text+0xae): In function OSC_setup': : undefined reference to
sendOSC_setup'
OSC.o(.text+0xb3): In function OSC_setup': : undefined reference to
dumpOSC_setup'
OSC.o(.text+0xb8): In function OSC_setup': : undefined reference to
OSCroute_setup'
OSC.o(.text+0xc7): In function OSC_setup': : undefined reference to
post'
OSC.o(.text+0xd5): In function OSC_setup': : undefined reference to
post'
OSC.o(.text+0xe3): In function OSC_setup': : undefined reference to
post'
collect2: ld returned 1 exit status
make: *** [OSC] Error 1
any idea? danke, /a