Hi all,
following the instructions for making the OSC objects for PD Linux, I end up here:
derek 00:36:52> make OSC
gcc OSC.o -o OSC
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../crt1.o(.text+0x18): In
functio
n _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
Something major going on... I made the libOSC files first, edited my makefile to to proper m_pd.h, then this. Has this set of objects been updated for PD 0.37?
Thanks, D.
try 'make' instead of 'make OSC' ... don't ask me why... worked for me... :)
succes
krt
-----Oorspronkelijk bericht----- Van: pd-list-admin@iem.at [mailto:pd-list-admin@iem.at]Namens derek holzer Verzonden: zaterdag 13 december 2003 0:41 Aan: pd-list@iem.kug.ac.at Onderwerp: [PD] OSC compile errors
Hi all,
following the instructions for making the OSC objects for PD Linux, I end up here:
derek 00:36:52> make OSC
gcc OSC.o -o OSC
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../crt1.o(.text+0x18): In
functio
n _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
Something major going on... I made the libOSC files first, edited my makefile to to proper m_pd.h, then this. Has this set of objects been updated for PD 0.37?
Thanks, D.
kurt@kapotski.be wrote:
try 'make' instead of 'make OSC' ... don't ask me why... worked for me... :)
succes
Yes, works. Thanks. That will teach me to read the READMEs! ;-) D.