-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Reini Urban wrote: > dependency_libs is also used on compilation to resolve all required > dependencies. If you effectively delete all dependencies the entire > build process is dead. libtool does not know anymore with which libs to > link.
Note that this is ONLY for -module's (i.e. shouldnotlink=yes), and executables are almost never linked against installed modules. Sometimes modules are linked against other modules (e.g. gstreamer-0.8), but it doesn't matter, as libtool won't provide the deps when linking one library against another anyways. > Rather patch libltdl to ignore the dependency_libs, since the PE loader > does this already. Several packages, including kdelibs, use internal copies of libltdl, so it's not quite so simple. Yaakov Cygwin Ports -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGeSNNpiWmPGlmQSMRCLkcAKCuVYvwaJ2uq/Fng6btiZPm4Wwv8gCdHvf8 b/zCn4mWRZ0d+8hHXI4swxI= =wKko -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
