From: shaka AT innotts DOT co DOT uk (Shaka Zulu) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp 2.8.1------- cannot open linker script file djgpp.djl: Date: Wed, 05 Aug 1998 02:31:30 GMT Message-ID: <35c7c3d3.19033572@news.innotts.co.uk> References: <35c4d992 DOT 69175529 AT news DOT innotts DOT co DOT uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 44 NNTP-Posting-Host: mapperley.innotts.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > Date: 2 Aug 1998 04:33:50 GMT > To: shaka AT innotts DOT co DOT uk (Shaka Zulu) > From: superartem AT aol DOT com (SuperArtem) > Organization: AOL http://www.aol.com > Subject: Re: djgpp 2.8.1------- cannot open linker script file djgpp.djl: > put it in the directory of your source code, I had the same problem, that fixed > it > >Hi > >just a quick question > >the linker is having trouble finding it > >i've removed files 'specs' and 'djgpp.djl' version 2.7.2.1 from > >%DJDIR/lib > >gcc 2.8.1 compiles everything normally up to the linking stage > >then ld reports----- > > > > ld -o pow3.exe crtf.o crt0.o c:\tmp\ccci401l -lgcc -lc -lgcc > >-Tdjgpp.djl > >C:/DJGPP/BIN/ld.exe: cannot open linker script file djgpp.djl: No such > >file or directory (ENOENT) > > > >i've tried moving djgpp.djl to > >%DJDIR/lib > >%DJDIR/bin > >%DJDIR/include > >%DJDIR > >without success > >what directory should djgpp.djl be in ? > > > >Thanx Shaka i tried the above which did correct the problem of djgpp.djl but now it cannot find crtf.o is binutils 2.8.1 (ld) search paths hardwired like gcc 2.8.1 is as i can't seem to find C:\djgpp\lib\gcc-lib\djgpp\2.81 even thought it's on the path i've even tried moving djgpp.env to the above address and altering the my bat file to point to it and still no joy are there any more suggestions ? thanx Shaka