www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/06/30/20:03:33

Message-ID: <19980701000316.29218.qmail@hotmail.com>
From: "Greg Book" <greg_book AT hotmail DOT com>
To: djgpp AT delorie DOT com
Subject: -lstdcx cannot find file.
Date: Wed, 01 Jul 1998 00:03:16 GMT

This is a bug report for RHIDE Version 1.4 (Sep 30 1997 23:06:59)
I am running MS-DOS 7.10 (Windows 95)

Important environment variables:
PATH=Y:\PUBLIC;X:\;Z:\PUBLIC;C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS;C:\WINDOWS\COMMAND
DJGPP=c:\djgpp\djgpp.env
LFN=Y
INFOPATH=c:/djgpp/info;c:/djgpp/gnu/emacs/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__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 - c:/djgpp/tmp/RHaaaaaa\ccaigl4j
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\ccaigl4j 
-quiet -dumpbase -.c -version -o c:/djgpp/tmp/RHaaaaaa\ccbigl4j
GNU C version 2.8.1 (djgpp) compiled by GNU C version 2.8.1.
 c:/djgpp/bin/as.exe -v -o c:/djgpp/tmp/RHaaaaaa\cccigl4j 
c:/djgpp/tmp/RHaaaaaa\ccbigl4j
GNU assembler version 2.8.1 (i386-pc-msdosdjgpp)
 c:/djgpp/bin/ld.exe -o /dev/null c:/djgpp/lib/crt0.o -Lc:/djgpp/lib 
-Lc:/djgpp/lib/gcc-lib/djgpp\2.81 -Lc:/djgpp/bin -Lc:/djgpp/lib -v 
c:/djgpp/tmp/RHaaaaaa\cccigl4j -Tdjgpp.djl -lgcc -lc -lgcc
GNU ld version 2.8.1 (with BFD 2.8.1)
 c:/djgpp/bin/stubify.exe -v /dev/null
Warning: input file is not COFF or stubbed COFF
.exe: No such file or directory (ENOENT)
stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie

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 -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 
- c:/djgpp/tmp/RHaaaaaa\ccayql4j
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\ccayql4j -quiet -dumpbase -.cc -version -o 
c:/djgpp/tmp/RHaaaaaa\ccbyql4j
GNU C++ version 2.8.1 (djgpp) compiled by GNU C version 2.8.1.
 c:/djgpp/bin/as.exe -v -o c:/djgpp/tmp/RHaaaaaa\cccyql4j 
c:/djgpp/tmp/RHaaaaaa\ccbyql4j
GNU assembler version 2.8.1 (i386-pc-msdosdjgpp)
 c:/djgpp/bin/ld.exe -o /dev/null c:/djgpp/lib/crt0.o -Lc:/djgpp/lib 
-Lc:/djgpp/lib/gcc-lib/djgpp\2.81 -Lc:/djgpp/bin -Lc:/djgpp/lib -v 
c:/djgpp/tmp/RHaaaaaa\cccyql4j -Tdjgpp.djl -lgcc -lc -lgcc
GNU ld version 2.8.1 (with BFD 2.8.1)
 c:/djgpp/bin/stubify.exe -v /dev/null
Warning: input file is not COFF or stubbed COFF
.exe: No such file or directory (ENOENT)
stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie

End of the sample



My problem is the following:
============================


-lstdcx cannot open file (ENOENT)  i've tried all the remedies and it 
doesn't seem to want to compile...would i be better off getting the 
older version? 2.7?
(i'm sorry for sending so many messages, but i really want this thing to 
work!)
-greg

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019