| Greetings:
Compiling yesterday's (Jan 15) CVS of Csound5 I get this error at
the linking stage :
main.o(.text+0x494): In function `csoundCompile':
Top/main.c:411: the use of `tmpnam' is dangerous, better use `mkstemp'
pablio.o(.text+0x3e): In function `OpenAudioStream':
InOut/pablio.c:213: undefined reference to `Pa_GetSampleSize'
pablio.o(.text+0x63):InOut/pablio.c:223: undefined reference to
`Pa_Initialize'
pablio.o(.text+0x9f):InOut/pablio.c:229: undefined reference to
`Pa_GetMinNumBuffers'
pablio.o(.text+0x15f):InOut/pablio.c:253: undefined reference to
`Pa_OpenStream'
pablio.o(.text+0x177):InOut/pablio.c:271: undefined reference to
`Pa_StartStream'
pablio.o(.text+0x199):InOut/pablio.c:275: undefined reference to
`Pa_GetDefaultInputDeviceID'
pablio.o(.text+0x1a5):InOut/pablio.c:275: undefined reference to
`Pa_GetDefaultOutputDeviceID'
pablio.o(.text+0x23e): In function `CloseAudioStream':
InOut/pablio.c:301: undefined reference to `Pa_StopStream'
pablio.o(.text+0x2a7):InOut/pablio.c:303: undefined reference to
`Pa_CloseStream'
pablio.o(.text+0x2b5):InOut/pablio.c:305: undefined reference to
`Pa_Terminate'
pablio.o(.text+0x2c6):InOut/pablio.c:296: undefined reference to `Pa_Sleep'
pablio.o(.text+0x32a): In function `WriteAudioStream':
InOut/pablio.c:131: undefined reference to `Pa_Sleep'
pablio.o(.text+0x37a): In function `ReadAudioStream':
InOut/pablio.c:150: undefined reference to `Pa_Sleep'
collect2: ld returned 1 exit status
make: *** [csound] Error 1
I'm missing something ? System here is Planet CCRMA Red Hat 9, GCC
3.2.2.
Best regards,
Dave Phillips |