From a3bd56a4b8be335c8028a2778309e5e79f4850fb Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 10 Dec 2004 15:43:40 +0000 Subject: [PATCH] buglet and improvement git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@619 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index f40949d606..1f615b1f92 100644 --- a/INSTALL +++ b/INSTALL @@ -22,15 +22,15 @@ easily that what you change for one arch does not break the other one. Of course, for the test, you can use wine. For that, do not forget to put the mingw32.dll where wine expects it. cp /usr/share/doc/mingw32-runtime/mingwm10.dll.gz ~/.wine/c/windows/system/ - gunzip ~/.wine/c/windows/system/mingwm10.dll + gunzip ~/.wine/c/windows/system/mingwm10.dll.gz Please note that as long as we don't export the symbols the dll way, libtool only build a static library. So, the programs cross-compiled do only need the mingwm10.dll around (either in the same directory, or in c:\windows). If you're really curious, check /usr/include/png.h and -/usr/include/pngconf.h to see how to export the symbols the proper way. -Search for 'dll' in the libtool info file, too. +/usr/include/pngconf.h (pkg libpng12-dev) to see how to export the symbols +the proper way. Search for 'dll' in the libtool info file, too. -------------------------------- (The regular INSTALL file follows) -- 2.20.1