| delorie.com/archives/browse.cgi | search |
| From: | "Daniel Eaton" <deaton AT direct DOT ca> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | RHIDE Problem |
| Lines: | 90 |
| X-Newsreader: | Microsoft Outlook Express 4.72.3110.1 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3110.3 |
| Message-ID: | <xGut2.3750$rO1.1596205@newsgate.direct.ca> |
| Date: | Tue, 2 Feb 1999 20:00:12 -0800 |
| NNTP-Posting-Host: | 216.66.137.178 |
| X-Trace: | newsgate.direct.ca 917927709 216.66.137.178 (Mon, 01 Feb 1999 19:55:09 PDT) |
| NNTP-Posting-Date: | Mon, 01 Feb 1999 19:55:09 PDT |
| Organization: | Canada Internet Direct, Inc. |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
This is a question about RHIDE Version 1.4 (Sep 30 1997 23:06:59)
I am running MS-DOS 7.10 (Windows 98)
--> Problem follows tech info.
Important environment variables:
PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;
DJGPP=c:\DJGPP\DJGPP.ENV
LFN=y
INFOPATH=c:/djgpp/info;c:/djgpp/gnu/emacs/info;c:/djgpp/info;c:/djgpp/gnu/em
acs/info
LOCALEDIR=
LANGUAGE=
SHELL=
COMSPEC=C:\WINDOWS\COMMAND.COM
DJSYSFLAGS=
Here is the output from a sample compilation and link for C
executing:
echo "int main(){return 0;}" | redir -eo gcc -Xlinker -v -Wa,-v -v -o
/dev/null -x c -
Reading specs from c:/djgpp/lib/specs
gcc version 2.8.1
c:/djgpp/lib/gcc-lib/djgpp/2.81/cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__G
NUC_MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=2 -D__uni
x__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=2 -D__
unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=2 -
c:/djgpp/tmp/RHaaaaaa\ccaqgd2j
GNU CPP version 2.8.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
c:/djgpp/include
c:/djgpp/lib/gcc-lib/djgpp/2.81/include
c:/djgpp/include
End of search list.
c:/djgpp/lib/gcc-lib/djgpp/2.81/cc1.exe
c:/djgpp/tmp/RHaaaaaa\ccaqgd2j -m486 -malign-jumps=2 -malign-loops=2 -malign
-functions=2 -quiet -dumpbase -.c -version -o c:/djgpp/tmp/RHaaaaaa\ccbqgd2j
GNU C version 2.8.1 (djgpp) compiled by GNU C version 2.8.1.
:1: parse error before string constant
End of the sample
Here is the output from a sample compilation and link for C++
executing:
echo "int main(){return 0;}" | redir -eo gcc -Xlinker -v -Wa,-v -v -o
/dev/null -x c++ -
Reading specs from c:/djgpp/lib/specs
gcc version 2.8.1
c:/djgpp/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 -DDJ
GPP=2 -DDJGPP_MINOR=2 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP
__=2 -D__DJGPP_MINOR__=2 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D
__DJGPP_MINOR=2 -D__EXCEPTIONS - c:/djgpp/tmp/RHaaaaaa\ccaald2j
GNU CPP version 2.8.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
c:/djgpp/lang/cxx
c:/djgpp/include
c:/djgpp/lang/cxx
c:/djgpp/lib/gcc-lib/djgpp/2.81/include
c:/djgpp/include
End of search list.
c:/djgpp/lib/gcc-lib/djgpp/2.81/cc1plus.exe
c:/djgpp/tmp/RHaaaaaa\ccaald2j -m486 -malign-jumps=2 -malign-loops=2 -malign
-functions=2 -m486 -malign-jumps=2 -malign-loops=2 -malign-functions=2 -quie
t -dumpbase -.cc -version -o c:/djgpp/tmp/RHaaaaaa\ccbald2j
GNU C++ version 2.8.1 (djgpp) compiled by GNU C version 2.8.1.
:1: parse error before string constant
End of the sample
My problem is the following:
============================
This isn't a bug, but a problem. Whenever I make a source file I get the
error
Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory
(ENOENT)
What's my problem?
Thanks,
Daniel Eaton
deaton AT direct DOT ca
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |