rogerallen / ramu

Automatically exported from code.google.com/p/ramu
0 stars 0 forks source link

osxmidi link problem on PPC #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd .../ramu/osxmidi
2. make

What is the expected output? What do you see instead?

expect to create osxmidi.dylib, get:
> make
gcc -fPIC -c osxmidi.c
ld -dylib -o libosxmidi.dylib \
      -framework CoreMIDI -framework CoreAudio -framework CoreFoundation \
      -lc osxmidi.o
ld: can't insert lazy pointers, __dyld section not found for inferred
architecture ppc
make: *** [libosxmidi.dylib] Error 1

Original issue reported on code.google.com by rallen on 22 May 2009 at 3:52

GoogleCodeExporter commented 9 years ago
Not exactly sure if I'll get to this or not...

Original comment by rallen on 24 May 2009 at 5:10

GoogleCodeExporter commented 9 years ago
PPC is dead to us.

Original comment by rallen on 3 Jan 2010 at 7:04