On Sun, 24 Aug 2003, Jeff Rankin wrote: > Hi: > > Trying to make the new Analog beta on Solaris, and make is failing. Here's > snippet of where it fails: > > cd unzip && gmake 'CC=gcc' > 'ALLCFLAGS=-O2 -DNEED_STRCMP -DHAVE_ADDR_T -DUNIX' > gmake[2]: Entering directory `/home/jrankin/tmp/analog-5.91beta1/src/unzip' > gcc -O2 -DNEED_STRCMP -DHAVE_ADDR_T -DUNIX -c ioapi.c > gcc -O2 -DNEED_STRCMP -DHAVE_ADDR_T -DUNIX -DNOUNCRYPT -c unzip.c > unzip.c:63: Invalid token in expression > gmake[2]: *** [unzip.o] Error 1 > gmake[2]: Leaving directory `/home/jrankin/tmp/analog-5.91beta1/src/unzip' > *** Error code 2 > make: Fatal error: Command failed for target `unzip' > Current working directory /home/jrankin/tmp/analog-5.91beta1/src > gmake: *** [analog] Error 1 > > Thanks in advance for pointers on what this may mean. >
Thanks for the report, Jeff. It doesn't like the backslash at the end of the line, even though it's valid ANSI C. Remove the backslash and join the two lines up. I'll join them myself in the next version. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim." (Edsger W. Dijkstra) +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
