Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking failure on OSX #8

Closed
fumieval opened this issue Sep 26, 2014 · 0 comments
Closed

Linking failure on OSX #8

fumieval opened this issue Sep 26, 2014 · 0 comments

Comments

@fumieval
Copy link
Owner

https://gist.github.com/kazu-yamamoto/a6947c34aa19bde299df

% ghc hello-world.hs -L/usr/lib -L/opt/local/lib
Linking hello-world ...
Undefined symbols for architecture x86_64:
  "_PaUtil_AllocateMemory", referenced from:
      _Pa_Initialize in libHSbindings-portaudio-0.0.1.a(pa_front.o)
  "_PaUtil_FreeMemory", referenced from:
      _Pa_Initialize in libHSbindings-portaudio-0.0.1.a(pa_front.o)
      _Pa_Terminate in libHSbindings-portaudio-0.0.1.a(pa_front.o)
  "_PaUtil_InitializeClock", referenced from:
      _Pa_Initialize in libHSbindings-portaudio-0.0.1.a(pa_front.o)
  "_paHostApiInitializers", referenced from:
      _Pa_Initialize in libHSbindings-portaudio-0.0.1.a(pa_front.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@fumieval fumieval changed the title Linking failure on Mac Linking failure on OSX Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant