I updated the mono/data/config.in per Daniel's instructions...

<configuration>
        <dllmap dll="cygwin1.dll" target="@LIBC@" />
        <dllmap dll="libc" target="@LIBC@" />
        <dllmap dll="libxslt.dll" target="libxslt.so" />
        <dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
        <dllmap dll="odbc32.dll" target="libodbc.so" />
</configuration>

Does this look correct?


>From: Miguel de Icaza <[EMAIL PROTECTED]>
>To: Brian Ritchie <[EMAIL PROTECTED]>
>CC: Dan Morgan <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: RE: [Mono-list] ODBC.NET Provider on Windows
>Date: 14 Oct 2002 16:24:51 -0400
>
>Hello!
>
> > Do we have a #define to force conditional compilation on Linux/Windows?  
>I'd
> > like to setup the libodbc to point at odbc32 on windows.  Or is there a
> > better way?
>
>You should make it point to the library name that is used on Windows,
>and we will ship a "re-mapping" definition with Mono (just let us know
>what the mapping should look like).
>
>Mono allows us to remap library names to different names (see the
>mono.config(5) man page for details) because in practice we will need to
>do this.
>
>Miguel
>
>_______________________________________________
>Mono-list maillist  -  [EMAIL PROTECTED]
>http://lists.ximian.com/mailman/listinfo/mono-list




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to