Hi ! Le Sunday 14 September 2008 15:30:08 Tom Lieber, vous avez écrit : > dyld: Symbol not found: _dlsym_auto_underscore > Referenced from: /usr/local/lib/libao.2.dylib > Expected in: flat namespace > > zsh: trace trap ./ao_test > --- > > I get the feeling that OS X 10.5 isn't the most popular OS version > with OCaml developers... or that my environment is somehow broken. > LablGL and friends seem to work perfectly, though.
It seems that the error is generated by unresolved symbols referenced in libao, and not its caml binding. Since the path suggests that libao was also installed from source, perhaps you could check if the issue can come from libao.. Romain ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
