[Starkit] kitgen report
Jean-Claude Wippler
jcw at equi4.com
Thu Jan 25 20:38:43 CET 2007
Virden, Larry W. wrote:
> I'm on SPARC Solaris 9. I tried out kitgen, per the equi4.com
> instructions,
> and encountered this:
>
> #sh config.sh 8.5/base-aqua sym univ aqua thread
> #sh config.sh 8.5/base-x11 sym univ thread
> sh config.sh 8.5/base-std sym thread
> Configuring 8.5/base-std/Makefile for SunOS.
> warning: no settings known for 'SunOS'
This warning comes from config.sh, the script which starts all the
necessary makes.
Here's what I have for other unix systems:
Linux)
echo "LDFLAGS = -ldl -lm"
echo "GUI_OPTS = -L/usr/X11R6/lib -lX11 -lXss"
case $b64 in 1)
echo "CFLAGS += -m64" ;;
esac
;;
*BSD)
echo "CFLAGS += -I/usr/X11R6/include"
echo "LDFLAGS = -lm"
echo "GUI_OPTS = -L/usr/X11R6/lib -lX11 -lXss"
case $b64 in 1)
echo "CFLAGS += -m64" ;;
esac
;;
You - or someone else with Solaris access - can probably just adopt
some mix of these settings when adding a new SunOS) case in config.sh
- the values get use in the build process - see "makefile.include"
for where and when exactly.
-jcw
More information about the Starkit
mailing list