| Hi Michael and all,
It took me a while to realize but I had had this error as well a while
ago and I believe it was also fixed by upgrading to Scons 0.95. We
should list 0.95 the minimum required for building csound5.
steven
On Thu, 2004-05-13 at 07:13, gogins@pipeline.com wrote:
> Grep for -shared in SConstruct and make sure that it doesn't have any
> associated spaces, i.e. it should "-shared" not " -shared". Also, SCons
> builds lists of options as Python lists, but it accepts strings with
> multiple tokens for CCFLAGS. So you could try Append(MYFLAGS =
> Split("option option2") or Append(MYFLAGS = ['option']) or Append(MYFLAGS =
> ['option1', 'option2']). I thought I had done this with SConstruct, so
> before you try any of the above, delete or move your csound directory tree
> and do a fresh checkout and build. Hope this helps.
>
> Original Message:
> -----------------
> From: iainduncan@telus.net
> Date: Thu, 13 May 2004 00:10:20 -0700
> To: csound-dev@eartha.mills.edu
> Subject: [CSOUND-DEV:4681] Csound5 build attempt
>
>
> Ok, given Glyn's success I thought I'd try rebuilding with a fresh checkout
> from
> cvs and an upgrade to Scons 0.95. The good news is I get as far as I ever
> did,
> but this time without having to tweak the custom.py file or SConstruct
> file. Bad
> news is that I still have the error below:
>
> gcc " -shared" -o libbabo.so Opcodes/babo.os -L. -L. -L. -L/usr/lib
> -L/usr/local/lib
> gcc: -shared: No such file or directory
> scons: *** [libbabo.so] Error 1
> scons: building terminated because of errors.
>
> So, this is Gentoo, python2.3, scons 0.95, portaudio v19.
>
> Thanks
> Iain
>
>
> --------------------------------------------------------------------
> mail2web - Check your email from the web at
> http://mail2web.com/ .
>
>
> |