Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3931] Csound5 compiling error w. RH 9

Date2004-01-16 18:43
FromDave Phillips
Subject[CSOUND-DEV:3931] Csound5 compiling error w. RH 9
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

Date2004-01-16 19:17
FromJohn ffitch
Subject[CSOUND-DEV:3932] Re: Csound5 compiling error w. RH 9
You are missing PortAudio v18
Or at least that is immediate thought.  More later....

==joihn