From: oohoseoo AT aol DOT com (OoHOSEoO) Newsgroups: comp.os.msdos.djgpp Subject: '@' command line switch disabling?? Lines: 18 Message-ID: <1998063002141000.WAA19992@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 30 Jun 1998 02:14:09 GMT Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'd really like to know how to disable the '@' switch that DJGPP uses in command lines to take the contents of a file and place them on the command line... I'd like to use it as my own switch. In case you are unfamiliar with what I am refering to, here is an example: C:\> myprog @myfile.txt by default, GCC compiles so that "myfile.txt"'s contents are placed in the command line. I'd like disable this, and I don't have the patience to read through the rediculously long and complex man file. Please CC/Email me your post, I don't know if I'll have a chance to visit back here to find the responses. Thanks in advance, James (OoHOSEoO AT aol DOT com) ? > >Didn't we already figure this out? That happened with 2.8.0, but if it >happens with 2.8.1, something is probably broken. Try compiling with >-v, and post the output. I thought so, but it seems I was wrong. I just checked it again. Now I uninstalled the 2.7.x distribution with the rm command again, just to be sure. Then I reinstalled 2.8.1 again (I never downloaded 2.8.0 so this can't be a problem) and the bug is still there. Reading specs from d:/gnu/lib/specs gcc version 2.8.1 d:/gnu/lib/gcc-lib/djgpp\2.81\cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=1 -D__EXCEPTIONS -g -D_GCC d:/bc/search/main.cc d:/gnu/tmp\ccaqrhsk GNU CPP version 2.8.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/gnu/lang/cxx d:/gnu/include d:/gnu/lang/cxx d:/gnu/lib/gcc-lib/djgpp/2.81/include d:/gnu/include End of search list. d:/gnu/lib/gcc-lib/djgpp\2.81\cc1plus.exe d:/gnu/tmp\ccaqrhsk -quiet -dumpbase main.cc -g -version -o d:/gnu/tmp\ccbqrhsk GNU C++ version 2.8.1 (djgpp) compiled by GNU C version 2.8.1. d:/gnu/bin/as.exe -o d:/bc/search/main.o d:/gnu/tmp\ccbqrhsk Reading specs from d:/gnu/lib/specs gcc version 2.8.1 d:/gnu/bin/ld.exe -o search.exe d:/gnu/lib/crt0.o -Ld:/gnu/lib -Ld:/gnu/lib/gcc-lib/djgpp\2.81 -Ld:/gnu/bin -Ld:/gnu/lib -v ctime.o file.o main.o -lstdcxx -Tdjgpp.djl -lgcc -lc -lgcc d:/gnu/bin/stubify.exe -v search.exe -- Bye, Gerhard email: sparhawk AT eunet DOT at g DOT gruber AT sis DOT co DOT at Spelling corrections are appreciated.