bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17635: Messages


From: Bob Friesenhahn
Subject: bug#17635: Messages
Date: Thu, 29 May 2014 21:13:34 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Thu, 29 May 2014, Fabrizio Gennari wrote:

-DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_allocation.c -o src/common/pa_allocation.lo" -DDLL_EXPORT -DPIC -o .libs/pa_allocation.o
gcc.exe: fatal error: no input files
compilation terminated.
makefile:227: recipe for target 'src/common/pa_allocation.lo' failed
mingw32-make: *** [src/common/pa_allocation.lo] Error 1

This problem is quite likely a problem with Windows command line length. Windows has a fixed size for the size of environment variables plus command line arguments, and it is very small.

If you can use a configuration file ("config.h") rather than the many -D options, your chance of success will be very much improved.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]