[Mono-bugs] [Bug 58146][Wis] Changed - make install on Mac OS fails with UnhandledException in Mono.Tools.Driver:symlink

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 08:03:15 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by stefan.bodewig@freenet.de.

http://bugzilla.ximian.com/show_bug.cgi?id=58146

--- shadow/58146	2004-05-09 16:07:49.000000000 -0400
+++ shadow/58146.tmp.17805	2004-05-11 08:03:15.000000000 -0400
@@ -49,6 +49,24 @@
 
 ------- Additional Comments From miguel@ximian.com  2004-05-09 16:07 -------
 Seems like the config file is broken, and does not have the right 
 pointer to the `libc' in the system.
 
 
+
+------- Additional Comments From stefan.bodewig@freenet.de  2004-05-11 08:03 -------
+data/config says
+
+<configuration>
+	<dllmap dll="cygwin1.dll" target="libc.dylib" />
+	<dllmap dll="libc" target="libc.dylib" />
+	<dllmap dll="libxslt.dll" target="libxslt.dylib" />
+	<dllmap dll="libmySQL.dll" target="libmysqlclient.dylib" />
+	<dllmap dll="odbc32.dll" target="libodbc.dylib" />
+	<dllmap dll="oci" target="clntsh" />
+	<dllmap dll="db2cli" target="libdb2_36.dylib"/>
+</configuration>
+
+which doesn't look wrong.
+
+Let me know if you need anything else to pin this down.
+