[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: one fix for building under Solaris



   Just a quick piece of info...in the gaf 1.5.1 git sources from  
20081221, the use of this construct in some of the autogen.sh files:

   (! test -z "$LIBTOOLIZE") || {

   ...requires Bash, and blows up when run by the Bourne shell.   
Under Linux, /bin/sh is typically Bash, but this is not the case on  
most other UNIX platforms, including Solaris.  Solaris (in  
particular) also ships with bash as /bin/bash.

   I'd suggest simply doing the above construct in some other way to  
make it a true Bourne shell script, rather than a Bash script.

   I'm still working on other Solaris build issues, but they may be  
related to my local libraries.

            -Dave

--
Dave McGuire
Port Charlotte, FL



_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user