Date: Fri, 22 Jan 93 10:56:38 EST From: DJ Delorie To: erik AT microware DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Linking POV and JPEG programs A common problem is that some Make programs will truncate the command line to 128 characters, without warning. This causes some .o's and .a's to not be included in the linking. For these cases, you must use a response file ("@filename") to hold the long command lines. Note that GNUish make uses a different scheme that also solves this problem, so try it also.