Date: Wed, 27 May 1998 11:28:18 +0200 (CEST) From: Søren Schmidt <sos@FreeBSD.ORG> To: pierre.dampure@k2c.co.uk (Pierre Y. Dampure) Cc: julian@whistle.com, current@FreeBSD.ORG Subject: Re: possible breakage (objformat.c) in -current Message-ID: <199805270928.LAA17320@sos.freebsd.dk> In-Reply-To: <001c01bd8940$e20591d0$0242000a@jfsebastian.k2c.co.uk> from "Pierre Y. Dampure" at "May 27, 98 08:27:18 am"
next in thread | previous in thread | raw e-mail | index | archive | help
In reply to Pierre Y. Dampure who wrote:
> Julian,
>
> I just finished a make world on -current (CVSupped from around 05:00 BST)
> and I didn't have any problems with objformat. Any particularity in your
> make world?
I have just reverted objformat back to its original usage, it works here
(suddenly again, I dont know why), and it shouldn't have this problem,
infact its much cleaner...
>
> Best Regards,
>
> Pierre Y.
>
> -----Original Message-----
> From: Julian Elischer <julian@whistle.com>
> To: current@FreeBSD.ORG <current@FreeBSD.ORG>
> Date: 27 May 1998 07:25
> Subject: possible breakage (objformat.c) in -current
>
>
> >This new file (why does it have to be compiled at install time?)
> >fails to compile here because
> >CFLAGS at install-time contains -nostdinc which means that
> >it can't find any include files. Thus make installworld fails.
> >
> >I've looked to see if the -nostdinc is a local feature but it
> >doesn't appear to be so.
> >
> >My quick workaround is to add CFLAGS=
> >to the Makefile to get rif of incoming values.
> >
> >Anyone else see this?
> >
> >I see no reason why this couldn't be build at built at
> >make time, as it only gets it's default behaviour from
> >that, and you could just as easily check it in with the
> >default behaviour you want as check the default behaviour
> >into the Makefile.
> >
> >That way it'd at least compile :-)
> >
> >
> >julian
> >
> >To Unsubscribe: send mail to majordomo@FreeBSD.org
> >with "unsubscribe freebsd-current" in the body of the message
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
>
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team
Even more code to hack -- will it ever end
..
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?199805270928.LAA17320>
