Hi! 

> That's very strange.  The build procedure literally only runs what was
> shown above:
> 
> [ -e /usr/local/lib/libgmp.a ] || [ -e /usr/local/lib/libgmp.dylib ]
> 
> to test for externally installed gmp files.  Just by way of
> verification, what do you get if you run the following:
> 
> [ -e /usr/local/lib/libgmp.a ] && echo "test1"
> 
> [ -e /usr/local/lib/libgmp.dylib ] && echo "test2"

I get the following:

OSX> [ -e /usr/local/lib/libgmp.a ] && echo "test1"
test1
OSX> [ -e /usr/local/lib/libgmp.dylib ] && echo "test2"
OSX>

and after renaming /usr/local :

OSX> sudo mv /usr/local /usr/local-ok
OSX> [ -e /usr/local/lib/libgmp.a ] && echo "test1"
OSX> [ -e /usr/local/lib/libgmp.dylib ] && echo "test2"
OSX>  

which is what one would expect, right?

Best, Luca




------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to