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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to