[Mono-bugs] [Bug 349195] New: Embedding Mono broken on OS X: problematic references
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 17 07:52:26 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=349195
Summary: Embedding Mono broken on OS X: problematic references
Product: Mono: Runtime
Version: 1.2.6
Platform: PowerPC
OS/Version: Mac OS X 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: packaging
AssignedTo: wberrier at novell.com
ReportedBy: andreas.faerber at web.de
QAContact: mono-bugs at ximian.com
Found By: ---
The mono executable has references to
@executable_path/../lib/libglib-2.0.0.1400.1.dylib,
../libgthread-2.0.0.1400.1.dylib and .../libintl.8.0.1.dylib, as indicated by
otool -L.
This breaks embedding Mono because the executable path is then something like
/Applications/MyApp.app/Contents/MacOS/ and ../lib does not exist from there,
resulting in the application not launching and a dyld error message on the
Console.
mono should revert to using absolute paths for referencing framework-supplied
libraries, that's the default behavior when compiling Mono yourself.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list