Mail Archives: djgpp/1998/04/09/21:44:50
At 01:59 4/9/1998 GMT, Ryuji Yokoyama wrote:
>On Wed, 08 Apr 1998 21:26:59 -0400, "John M. Aldrich"
><fighteer AT cs DOT com> wrote:
>
>>Ryuji Yokoyama wrote:
>>>
>>> I got this file the result of "redir -o err.log -eo g++ -v prog.cpp"
>>
>>After doing this, there should be a file named 'a.out' in the current
>>directory. Is there?
>>
>>Try the following: "redir -o err.log -eo g++ -v prog.cpp -o prog.exe"
>
>
>I got folllowing "err.log" file but not a.exe.
>
>Using builtin specs.
^^^^^^^^^^
Aha! The infamous "Using builtin specs". This means `stubify' isn't being
run, thus no EXE file. I suspect using `-o prog.exe' will result in some
kind of error like "Corrupt executable".
Did you, like the README.DJGPP for GCC 2.8 erroneously says, remove some
lines from DJGPP.ENV? If so, restore DJGPP.ENV from the original archive and
don't change it again.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -