[Cs-dev] CVS Cs5 compile error
| Date | 2005-02-12 20:01 |
| From | Dave Phillips |
| Subject | [Cs-dev] CVS Cs5 compile error |
Greetings: gcc "-Wl,-Bdynamic -shared" -o libbabo.so Opcodes/babo.os -L. -L. -L/usr/lib -L/usr/local/lib -L. -L. -L/usr/local/lib/python2.3/config /usr/bin/ld: unrecognized option '-Bdynamic -shared' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status scons: *** [libbabo.so] Error 1 scons: building terminated because of errors. What's happening here ? I'm building with buildCsoundVST=0 and usePortAudio=0, the system is RH 9, Planet CCRMA, on my laptop (PII 366). Any suggestions ? Best, dp ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2005-02-12 20:04 |
| From | Istvan Varga |
| Subject | Re: [Cs-dev] CVS Cs5 compile error |
Dave Phillips wrote: > gcc "-Wl,-Bdynamic -shared" -o libbabo.so Opcodes/babo.os -L. -L. > -L/usr/lib -L/usr/local/lib -L. -L. -L/usr/local/lib/python2.3/config > /usr/bin/ld: unrecognized option '-Bdynamic -shared' > /usr/bin/ld: use the --help option for usage information > collect2: ld returned 1 exit status > scons: *** [libbabo.so] Error 1 > scons: building terminated because of errors. This may be an scons problem. What version did you use ? ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2005-02-12 21:11 |
| From | Dave Phillips |
| Subject | Re: [Cs-dev] CVS Cs5 compile error |
Hi Istvan:
[dlphilp@localhost dlphilp]$ scons --version
SCons by Steven Knight et al.:
script: v0.93.D001, 2003/10/23 07:52:22, by knight on casablanca
engine: v0.93.D001, 2003/10/23 07:52:22, by knight on casablanca
Copyright (c) 2001, 2002, 2003 Steven Knight
Is it too old ? I'll compile it myself if necessary. This package is the
default Planet CCRMA version.
Best,
dp
Istvan Varga wrote:
> Dave Phillips wrote:
>
>> gcc "-Wl,-Bdynamic -shared" -o libbabo.so Opcodes/babo.os -L. -L.
>> -L/usr/lib -L/usr/local/lib -L. -L. -L/usr/local/lib/python2.3/config
>> /usr/bin/ld: unrecognized option '-Bdynamic -shared'
>> /usr/bin/ld: use the --help option for usage information
>> collect2: ld returned 1 exit status
>> scons: *** [libbabo.so] Error 1
>> scons: building terminated because of errors.
>
>
> This may be an scons problem. What version did you use ?
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2005-02-12 21:42 |
| From | Dave Phillips |
| Subject | Re: [Cs-dev] CVS Cs5 compile error:SOLVED |
Greetings: I upgraded to SCons 0.96, Cs5 compiled nicely on the laptop. Thanks for the direction ! :) Best, dp Istvan Varga wrote: > Dave Phillips wrote: > >> gcc "-Wl,-Bdynamic -shared" -o libbabo.so Opcodes/babo.os -L. -L. >> -L/usr/lib -L/usr/local/lib -L. -L. -L/usr/local/lib/python2.3/config >> /usr/bin/ld: unrecognized option '-Bdynamic -shared' >> /usr/bin/ld: use the --help option for usage information >> collect2: ld returned 1 exit status >> scons: *** [libbabo.so] Error 1 >> scons: building terminated because of errors. > > > This may be an scons problem. What version did you use ? > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |