discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUStep for FreeBSD 5.0 DP2??


From: Marcus Müller
Subject: Re: GNUStep for FreeBSD 5.0 DP2??
Date: Fri, 3 Jan 2003 22:50:22 +0100


On Friday, Jan 3, 2003, at 17:50 Europe/Berlin, Pete French wrote:


The only problem with gcc (version < 3.3) is a rare internal error when
using protocols, as mentioned in another mail.

Which I see all the time when compiling GNUstep itself. The only one I
ever got working was 3.0 and that coredumps when loading .gmodel files

gcc33 seems to work fine (so far ;-).

...but for me prevents the loading of .gmodel files properly, as with 3.0
it causes a coredump.

Hm, just wanted to let you know that I'm on FreeBSD 4.7-STABLE #9: Wed Dec 25 17:23:24 CET 2002 using gcc version 3.2.1 20020902 (prerelease) [FreeBSD] with no problems at all. The problems that you encounter must have something to do with your configuration. Do you have a /usr/local/share/config.site? Specially for GNUstep I use these definitions in /usr/local/share/config.site:

CC=gcc32
prefix=/usr/local
CFLAGS="-O2 -pipe -march=athlon"

Because this breaks several ports from the ports collection (due to gcc32 internal problems) I use this config for everything else:

CC=cc
prefix=/usr/local
CFLAGS="-O2 -pipe"

For me It seemed that GNUstep is taking /usr/local/share/config.site seriously and favors its contents over the arguments you provide to GNUstep make's configuration.

HTH,

  Marcus

--
Marcus Mueller  .  .  .  crack-admin/coder ;-)
Mulle kybernetiK  .  http://www.mulle-kybernetik.com
Current projects: finger znek@mulle-kybernetik.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]