Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
tools/winedump/Makefile.in: Don't link winedump to libwine, we don't need that
Actually we do, it's used for the various portability functions.
"Alexandre" == Alexandre Julliard julliard@winehq.com writes:
Alexandre> Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes: >> tools/winedump/Makefile.in: Don't link winedump to libwine, we don't >> need that
Alexandre> Actually we do, it's used for the various portability Alexandre> functions.
Then why does it compile and link without -lwine?
Bye
Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
Then why does it compile and link without -lwine?
Because on your machine all the necessary functions have been found in libc so we don't need to use the libwine ones. That doesn't mean it will work on other people's machines.