On Mon, Nov 12, 2012 at 5:58 AM, Václav Šmilauer wrote: > Hi there, > > I would like to ask what the best/recommended practice for installing > shared libraries under Windows/mingw is. Qt4 for instance installs DLLs > to both $PREFIX/bin and $PREFIX/lib. I prefer to install to $PREFIX/lib > and add it to $PATH (in addition to $PREFIX/bin), but I wonder if there > is a good reason to put libs under bin.
Common practice is to put the DLL in the $PREFIX/bin directory and to put the import libraries in $PREFIX/lib. Since it is common practice doing otherwise might upset your users. -- Earnie -- https://sites.google.com/site/earnieboyd ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
