-
Notifications
You must be signed in to change notification settings - Fork 61
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
mach-o, but wrong architecture #92
Comments
i was pointed to libmap.conf (which exists on bsd style system to map libraries to specific paths), perhaps this could also solve our stupid gnutls issue. |
I can confirm the issue. Running mono w/ debugging on gives me the same error. Still looking for a solution though. I'll keep you guys in the loop if I find something. |
Great stuff. Or sorta ;-) On 10/05/2011, at 00.36, gbluma
|
Thanks for the pointer on the .conf file, ill look into it. On 10/05/2011, at 00.10, myeisha
|
Also, OS X identifies that library on my system (OSX 10.6) as x86_64:
|
before configuring for manos, do the following: That will build i386 binaries. |
Perfect. Thanks! |
Great stuff, i think koush's hint would be suited for Installation.md :-) |
After upgrading to Lion I don't have gcc-4.0 anymore. Any idea how to get it installed? |
Apparently doing this got me by the gcc issue: But still getting this error when starting Manos: Native stacktrace:
Debug info from gdb: /tmp/mono-gdb-commands.NypEY6:1: Error in sourced command file: Got a SIGABRT while executing native code. This usually indicates used by your application.Abort trap: 6 |
after a few months away from playing with manos i had a few issues getting it to run today. (latest repo on OS X 10.7)
After compiling and trying to run manos -docs i get:
System.TypeInitializationException: An exception was thrown by the type initializer for Manos.AppHost ---> System.TypeInitializationException: An exception was thrown by the type initializer for Manos.Threading.Boundary ---> System.DllNotFoundException: libmanos
A bit of investegation boiled to the following two issues:
...
Mono: DllImport error loading library 'dlopen(/usr/local/lib/manos/libmanos.0.dylib, 9): no suitable image found. Did find:
/usr/local/lib/manos/libmanos.0.dylib: mach-o, but wrong architecture
...
Mono: DllImport error loading library 'dlopen(/usr/local/lib/manos/libev.4.dylib, 9): no suitable image found. Did find:
/usr/local/lib/manos/libev.4.dylib: mach-o, but wrong architecture
...
Both libmanos.0.dylib and libev.d.dylib is x86_64 (that is not a universal binary). Are these two files supposed to be 32 bit, 64 bit or universal?
Can someone else on OS X confirm this issue?
Regards,
Johnny
The text was updated successfully, but these errors were encountered: