Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2007 21:09:31 +0200
From:      Pietro Cerutti <gahr@gahr.ch>
To:        Andrey Shuvikov <mr.hyro@gmail.com>,  User Questions <freebsd-questions@freebsd.org>
Subject:   Re: BDECFLAGS in make.conf
Message-ID:  <46D715EB.3020600@gahr.ch>
In-Reply-To: <24393ae80708301101p735bb4bdwf90b66fb46ec1723@mail.gmail.com>
References:  <24393ae80708301101p735bb4bdwf90b66fb46ec1723@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigF74CC79B7ADD377F6F734FC5
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Andrey Shuvikov wrote:
> Hi,
>=20
> The example make.conf has a comment about BDECFLAGS variable, which is
> "suggested for use in developing FreeBSD". But when I tried to use it
> "make buildworld" fails ("inline" is not defined). Is this variable
> really supposed to be in make.conf, or did I misunderstand something?

Though very useful, the BDECFLAGS are a bit old.
The problem here is that inline is a C99 feature, while the BDECFLAGS
contain the -ansi switch, which rejects all programs not conforming with
the C90 standard.
I'm sure that inline is not the only thing of FreeBSD which isn't
conforming to ansi C (not to say that's a bad thing).

As a remark, I would suggest not only to use them in developing FreeBSD,
but also in developing /*on*/ FreeBSD.

>=20
> Thanks a lot,
> Andrey
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd=
=2Eorg"


--=20
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp


--------------enigF74CC79B7ADD377F6F734FC5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQFG1xXvwMJqmJVx944RCj/BAKCiECF2x7ZPKrDV5MrLcmTHoM0tcwCeJHGX
Vu1erzyr25Q/OgVW6Z6X0Nk=
=tUG1
-----END PGP SIGNATURE-----

--------------enigF74CC79B7ADD377F6F734FC5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46D715EB.3020600>