[Cs-dev] Any ideas what causes this?
Date | 2009-06-12 13:00 |
From | jpff |
Subject | [Cs-dev] Any ideas what causes this? |
scons fails totally gcc -o .sconf_temp/conftest_0.o -c -DGNU_GETTEXT -g -fomit-frame-pointer -freord er-blocks - D L I N U X - D P I P E S -DBETA -DHAVE_SOCKETS -I. -IH -I/usr/inclu de/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/X11R6/incl ude .sconf_temp/conftest_0.c gcc: D: No such file or directory gcc: L: No such file or directory gcc: I: No such file or directory gcc: N: No such file or directory gcc: U: No such file or directory gcc: X: No such file or directory gcc: D: No such file or directory gcc: P: No such file or directory gcc: I: No such file or directory gcc: P: No such file or directory gcc: E: No such file or directory gcc: S: No such file or directory gcc: cannot specify -o with -c or -S with multiple files scons: Configure: no ==John ffitch ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2009-06-12 13:42 |
From | Victor.Lazzarini@nuim.ie |
Subject | Re: [Cs-dev] Any ideas what causes this? |
Attachments | None None None None |
Date | 2009-06-12 23:34 |
From | Andy Fillebrown |
Subject | Re: [Cs-dev] Any ideas what causes this? |
Attachments | None None |
I haven't found the old post about it, but the fix was to use double brackets, iirc. -andy.f ----- Original Message ----- From: "Victor Lazzarini" <Victor.Lazzarini@nuim.ie> To: "Developer discussions" <csound-devel@lists.sourceforge.net> Sent: Friday, June 12, 2009 8:42:08 AM (GMT-0500) America/New_York Subject: Re: [Cs-dev] Any ideas what causes this? It looks like scons is putting each character as a separate element in the list. But it's not in CVS I've just updated here and it builds fine. ----- Original Message ----- From: jpff <jpff@codemist.co.uk> Date: Friday, June 12, 2009 1:35 pm Subject: [Cs-dev] Any ideas what causes this? To: csound-devel@lists.sourceforge.net > scons fails totally > > > gcc -o .sconf_temp/conftest_0.o -c -DGNU_GETTEXT -g -fomit-frame- > pointer -freord > er-blocks - D L I N U X - D P I P E S -DBETA -DHAVE_SOCKETS -I. - > IH -I/usr/inclu > de/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include - > I/usr/X11R6/include .sconf_temp/conftest_0.c > gcc: D: No such file or directory > gcc: L: No such file or directory > gcc: I: No such file or directory > gcc: N: No such file or directory > gcc: U: No such file or directory > gcc: X: No such file or directory > gcc: D: No such file or directory > gcc: P: No such file or directory > gcc: I: No such file or directory > gcc: P: No such file or directory > gcc: E: No such file or directory > gcc: S: No such file or directory > gcc: cannot specify -o with -c or -S with multiple files > scons: Configure: no > > ==John ffitch > > ----------------------------------------------------------------- > ------------- > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally > facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,National University of Ireland, Maynooth |