Re: kitgen report

Jean-Claude Wippler <[email protected]>
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.