Date: Fri, 23 Jul 93 10:28:49 -0400 From: DJ Delorie To: SALTERS AT admin DOT fanshawec DOT on DOT ca Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, SALTERS AT admin DOT fanshawec DOT on DOT ca Subject: Re: go32 bug? The token buffer in go32/control.c is probably the culprit. Basically, you're creating a single token that's probably bigger than the buffer set aside for it. Note that even if this did work, it would get passed to the application as a single instance in the argv[] array, and gcc wouldn't understand it. You must remove the quotes to have it treated as a set of switches.