I think the problem is in

/sw/src/fink.build/hdf5.8-1.8.11-1/hdf5-1.8.11/config/powerpc-apple

# The default compiler is `clang'.
# No support for OS older than darwin 10.X.
if test "X-" = "X-$CC"; then
    case "$host_os" in
        darwin10.*)     # Snow Leopard. Use gcc/g++ because clang++ is not 
available.
            CC=gcc
            CC_BASENAME=gcc
            ;;
        *)
            CC=clang
            CC_BASENAME=clang
            ;;
    esac
fi

On ppc the last darwin is darwin9 and has no clang (at least with Xcode 3.1.4).

Dominique

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
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