[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #4829] make_services causes a core dump on FreeBSD 4.8, Partial
From: |
Pete French |
Subject: |
Re: [bug #4829] make_services causes a core dump on FreeBSD 4.8, Partial results |
Date: |
Wed, 20 Aug 2003 22:33:14 +0100 |
> Well, it doesn't look so bad, no ? Well adresses are different,
> I wonder if they shouldn't be the same. Maybe it's time to understand
> why (and maybe you could explain me).
The addresses will be different as we have probably got slightly different
versions of -STABLE and are compiling with different options. What do
you have in /etc/make.conf ? I have just -O for compiles (and if
you have anything higher than -O then it may cause problems on FreeBSD)
and the rpocessor architectiure set to P3 - ie.
CPUTYPE= p3
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
Sadly I'm now off to Japan until september so I dont think I will be
able to make any more comments until I get back. If it still isnt working
then, I could possibly mail you one of my executables and that would
at least show if it is your compile of GNUstep or your system which is
wrong possibly ? i.e. if my executables crash on yours then its some problem
external to GNUstep.
cheers,
-bat.