clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

3.8 update: Linking on Mac OS X fails #89

Closed nenadv closed 8 years ago

nenadv commented 8 years ago

I am getting these errors on Mac OS:

Undefined symbols for architecture x86_64:
  "_MYTHREAD", referenced from:
      _test00 in test00-c28796.o
  "___getsdf2", referenced from:
      _test00 in test00-c28796.o
  "___getsdi2", referenced from:
      _test00 in test00-c28796.o

I think that we are missing '-lupc' from the link line.