[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.99.49beta4 - Solaris compilation tested



>      at  ftp://mea.tmt.tele.fi/  there is now beta4 which compiles
>      at the Solaris 2.5.1 with SC4.0 compiler.

It does not with gcc: gcc does not allow invalid C constructs in
error messages in libc/get{name,addr}info.c (those if SIZEOF...
not match anything), lines 207 and 153.  I changed

	blah-blah

to

	#error "balh-blah"

and it compiled cleanly.

Eugene