Am 29.07.2011 um 20:28 schrieb Eduardo Pestana:

>> The following languages will be built: c,c++,fortran,java,lto,objc,obj-c++
>> *** This configuration is not supported in the following subdirectories:
>>     zlib target-libmudflap gnattools target-libada target-libgo
>>    (Any other directories should still work fine.)
>> rm: conftest.dSYM: is a directory

This is normal. Can you imagine that zlib could support any of c, c++, fortran, 
java, lto, objc, obj-c++? It's the other way 'round, that other tools make use 
of zlib.


> patching file include/simple-object.h
>> patching file libiberty/simple-object-mach-o.c
>> patching file gcc/config/darwin.c
>> Hunk #1 succeeded at 1749 (offset -4 lines).
>> Hunk #2 succeeded at 1837 (offset -4 lines).
>> Hunk #3 succeeded at 2740 (offset -4 lines).
>> Hunk #4 succeeded at 2756 (offset -4 lines).
>> Hunk #5 succeeded at 2785 (offset -4 lines).
>> Hunk #6 succeeded at 2800 (offset -4 lines).

Everything succeeded.

>> /var/tmp/tmp.1.DimfCY
>> #!/bin/bash -ev
>> set +x
>> if [ -e /usr/local/lib/libgmp.a ] || [ -e /usr/local/lib/libgmp.dylib ];
>> then
>>    echo "-----WARNING-----WARNING-----WARNING-----"
>>    echo "You seem to have GMP installed in /usr/local."
>>    echo "This is known to cause gcc46 to fail to build."
>>    echo "Please move aside /usr/local and try again."
>>    echo "-----WARNING-----WARNING-----WARNING-----"
>>    exit 1
>> fi

An "inline shell script" is echoed. If it would have been executed than the 
'exit 1' would have been executed as well and the compilation would have 
finished here (something like this already happened to me). But it hasn't, so 
none of the two conditions exists.

It's all fine here.

--
Greetings

  Pete

The world would be a better place if Larry Wall had been born in Iceland, or 
any other country where the native language actually has syntax.
                                – Peter da Silva


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
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