Date: Mon, 09 Nov 1998 14:29:38 -0800 From: Mike Smith <mike@smith.net.au> To: arno@heho.snv.jussieu.fr (Arno J. Klaassen) Cc: current@FreeBSD.ORG Subject: Re: /usr/bin/groff: can't find `DESC' file Message-ID: <199811092229.OAA01366@dingo.cdrom.com> In-Reply-To: Your message of "09 Nov 1998 23:25:18 %2B0100." <wpvhkosdv5.fsf@heho.snv.jussieu.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > > [ .. can't find DESC file ..] > > > > a.out works fine but Elf does not. > > > > > > Trace shows that the path isnt being added to the file_open > > > with /usr/share/groff/font. > > > > > > I am begining to wonder if it is a problem with the Elf C++ compiler. > > > > > > I have been unable to figure out a solution on my machines. > > > This is very frustrating. > > > > > > I sent similar email a couple of weeks ago and I only got one > > > reply. It mustnt be important to anyone. > > > > No, it's just that it works fine for the rest of us, which simply > > implies that you've done something wrong, intentionally or otherwise. > > > > With no idea what you've done, nor how the problem might come about, > > there's nothing that anyone else can offer to help you. Until one of > > the people actually seeing the problem sits down and works it out, > > you're stuck. > > I got this error when comcping with CFLAGS='-O3 -pipe'. > rebuilding world with CFLAGS='-O -pipe' made it disappear. > > introducing CXXFLAGS might be not a bad idea (if it does not > exist already in some form or another (I'm not yte completely > familiarised with th FreeBSD build environment)). '-Ox' is known to produce broken code for any value of 'x'. Only '-O' is supported. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811092229.OAA01366>