-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That makes sense of the dtruss output that showed the default paths being stat()'ed very early in starting make.

Am 23 Oct 2009 um 14:20 schrieb Chris Janton:

On 2009-10-22 , at 18:25 , Ryan Schmidt wrote:

I guess they've fixed that already; this is what I get on Snow Leopard:


$ /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found.  Stop.
.INCLUDE_DIRS = /usr/include /usr/include

Snow Leopard here. This is what I see

f...@mac:~:124 $ /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found.  Stop.
.INCLUDE_DIRS = /usr/include /usr/local/include /usr/include

The deal is - if /usr/local/include *exists* it will be included

mac:~ root# echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
mac:~ root# /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found.  Stop.
.INCLUDE_DIRS = /usr/include /usr/local/include /usr/include
mac:~ root# mv /usr/local/include /usr/local/no-include
mac:~ root# /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found.  Stop.
.INCLUDE_DIRS = /usr/include /usr/include
mac:~ root#

8)
----------------------------------
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (Darwin)

iEYEARECAAYFAkrhsFAACgkQcZQHT1XL9xmo0wCgqEXKuLej+ne/uE5/m1mwDmoQ
PlwAnjjJ52o8jOCFq/WZJ71JP95AuNzC
=Qfum
-----END PGP SIGNATURE-----
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to