Re: DLL hell...
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Cameron Gregory writes: > prehaps we could get on the same page, and you could return the > results from: > > libtoolize --version > automake --version > autoconf --version > make --version > gcc --version > dlltool --version > > libtoolize --version libtoolize (GNU libtool) 1.4e Copyright 1996-2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > automake --version automake (GNU automake) 1.6a Written by Tom Tromey <[email protected]>. Copyright 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > autoconf --version autoconf (GNU Autoconf) 2.53 Written by David J. MacKenzie and Akim Demaille. Copyright 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > make --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i686-pc-cygwin Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Report bugs to <[email protected]>. > gcc --version 2.95.3-6 > dlltool --version GNU g:\mingw\bin\dlltool.exe 2.11.90 Copyright 1997, 98, 99, 2000, 2001 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. > and if you feel like it, perhaps the results of: > tar cvfz stuff.tgz configure.in Makefile.am acinclude.m4 acconfig.h > */Makefile.am */*/Makefile.am OK, will do that (in a private reply). > And just one question this time, where does depmod come from? Hmm, I don't have any depmod, but depcomp. It's presumably something automake sets up, as it is a symlink to automake's installation directory. > I copied mine from automake to the current dir ... --tml