[AD] os x / ppc / 10.4 : symbol not found |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: [AD] os x / ppc / 10.4 : symbol not found
- From: Matthew Leverton <meffer@xxxxxxxxxx>
- Date: Wed, 14 Apr 2010 00:34:26 -0500
Using Unix Makefiles:
macmini:~/Desktop/4.9/build/examples matthew$ ./ex_acodec
dyld: Symbol not found: __al_kcm_aqueue_driver
Referenced from:
/Users/matthew/Desktop/4.9/build/lib/liballegro_audio.4.9.dylib
Expected in: flat namespace
Trace/BPT trap
macmini:~/Desktop/4.9/build/examples matthew$ ./ex_bitmap
dyld: lazy symbol binding failed: Symbol not found: _CGLGetPixelFormat
Referenced from: /Users/matthew/Desktop/4.9/build/lib/liballegro.4.9.dylib
Expected in: flat namespace
dyld: Symbol not found: _CGLGetPixelFormat
Referenced from: /Users/matthew/Desktop/4.9/build/lib/liballegro.4.9.dylib
Expected in: flat namespace
Trace/BPT trap
~~~
Or when static linking the demo:
/usr/bin/ld: Undefined symbols:
__al_kcm_aqueue_driver
_CGLGetPixelFormat
--
Matthew Leverton