Message-ID: <3B8F6C2B.E3D84A4B@sbg.ac.at> Date: Fri, 31 Aug 2001 12:51:23 +0200 From: Michael Noisternig X-Mailer: Mozilla 4.73 [de]C-CCK-MCD QXW0323y (Win98; U) X-Accept-Language: de,en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: make 3.79.1: command line too long Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello, please help, I'm no expert in make, actually I hardly know something about it. I have upgraded to make version 3.79.1 but I still get "command line too long". Here are the offending lines: mkdir -p boot/i386/obj.i386 Too many parameters - boot (echo -n boot/i386/obj.i386/;e:\gcc\bin\gcc -fno-pic -O -Wall -W -Wno-multichar -Wno-unused -nostdinc -fno-builtin -DARCH_i386 -Iinclude -Iboot/i386 -M -MG boot /i386/smp_trampoline.S) > boot/i386/obj.i386/smp_trampoline.d Command line too long. make.exe: *** [boot/i386/obj.i386/smp_trampoline.d] Error -1 So here are my questions: o Why is there no internal version of mkir? mkdir-tool somewhere available? o What is the solution for the "command line too long" problem? Many thanks in advance, Michael Noisternig.