Writing

Opal vs. Mac OS X (Darwin)

So i am still trying to compile OPAL (a programming langugage that we use at TU Berlin) on my MacBook. The problem is that the compiler gets linker errors

RussoBook:~/opal/ocs russo$ ./configure –build=i386

checking how to produce position-independent code…
-fPIC checking how to link shared objects…
configure: WARNING: cannot figure out how to link shared objects (ignored) checking for ld…
/usr/bin/ld checking what flags your linker needs for shared libraries…
configure: error: cannot find out what flags your linker needs.

anyway if anyone has any idea and experience with the darwin gcc compliers and darwin linkers please contact me

2 Responses to “Opal vs. Mac OS X (Darwin)”

  1. mav|jones |:.

    8 October 2006 at 03:39

    Tried it myself … had the same problems! Didn’t have much time in order to have a closer look to the makefile …

  2. richy

    15 November 2006 at 20:07

    Have got the same problem.
    perhaps something with the darwin-filestrukture?
    Anyone an idea?