Re: compiling gtk/glib with native compilers



On Fri, 19 Mar 1999, William Allen wrote:
> For various reasons I would like to compile gtk/glib with the native
> Sun compiler under Solaris. Has anyone done this?

Yep, and it works great.  :)  You can even download packages compiled
with the native compiler, from http://gnome.normnet.org/files/

You will need bzip2, glib, and gtk packages to get gtk working.


> The reason I ask is that in configure there is no CC option which there
> is for most applications. Presumably there is a good reason for that.

You need to run configure like:  CC=cc CFLAGS=-fast ./configure ...

All compile and link flags and such are passed as environment variables,
not command line options.

BTW, this isn't really related to gtk/glib development, so maybe
gtk-list or gtk-bugs would be more appropriate...

	Jeff






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