Hi,

2009/2/13 Stefan Kuttler <dele...@gmx.net>:
> After some digging within Solaris PATH Settings, I managed to compile 
> dwm-5.4.1 without problems: (So did others hopefully, but I want to
> collect nearly all plattforms)
>
> ,echo $PATH
> /usr/bin:/usr/openwin/bin:/usr/ucb:/usr/dist/exe:/usr/sfw:/usr/sfw/bin
>
> ,CC=/usr/sfw/bin/gcc
>
> ,gmake
> dwm build options:
> CFLAGS   = -std=c99 -pedantic -Wall -Os -I. -I/usr/include 
> -I/usr/X11R6/include -DVERSION="5.4.1"
> LDFLAGS  = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11
> CC       = /usr/sfw/bin/gcc
> CC dwm.c
> CC -o dwm
> ,uname -a
> SunOS srm-hello-08 5.10 Generic_127111-07 sun4v sparc SUNW,Sun-Fire-T200
> ,file dwm
> dwm:            ELF 32-bit MSB executable SPARC Version 1, dynamically 
> linked, stripped
>
>
> I got the idea of nightly regression tests for dwm (think Tinderbox).
> This could then be extended to match several patches against several
> Versions.


Last time I checked to compile it on SunOS it worked well with the sun
cc, not sure why you want to use gcc instead. Also, note that there
are some FLAGS in config.mk for SunOS.

Kind regards,
--Anselm

Reply via email to