From: libolt AT goodnet DOT com (Mike McLean) Newsgroups: comp.os.msdos.djgpp Subject: Re: sb_util library make error Date: 5 Feb 1997 16:43:02 -0700 Organization: Lightning Bolt Software Lines: 62 Message-ID: <32f91a69.7557064@news.primenet.com> References: <32F8F89C DOT 41C6 AT iastate DOT edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I don't know if this is the correct answer, but it looks like you are using Borland's make utility >Hello, I am trying to create a library for use with the >sb05_dj2.zip 05-Feb-96 14:37 261.5 kB Sound Blaster Library >for DJGPP 2.0, version 0.5 - (asm/C) >sound blaster library, I am using DJGPPv2 and running the command > >make -fstandard.mak > >but it runs into an error. I am running under Win95 with 64MB ram, and >I >think I have most of my environmental variables set up right, I have >compiled and ran a simple program using rhide. >I have djgpp installed in c:\djgpp\ and all of sb05_dj2.zip files in >c:\djgpp\sb\ I run the make command in the c:\djgpp\sb\ directory and >get >the following error > >-start error >C:\DjGpp\sb>make -fstandard.mak >MAKE Version 3.7 Copyright (c) 1987, 1994 Borland International > ar cq libsb.a dsp.o dma.o sbdetect.o sbdriver.o sb_misc.o >sb_digi.o sb_m >od.o >c:/djgpp/bin/ar.exe: dsp.o: No such file or directory (ENOENT) > >** error 1 ** deleting libsb.a >-end error > >It looks like some kind of disk writing error? Can you help or suggest >what might be wrong. > >Thanks in advance... > >James B. Bryant > > >if it help at all here is my autoexec.bat file, I didn't add anything in >my config.sys for djgpp, do I need to, should I set up a ram disk for >djgpp? > >-start file >@C:\PROGRA~1\NORTON~1\NAVBOOT.EXE /STARTUP >C:\DOS\TBEACH\DOSAPPS\WFSURFER.EXE /A340 /I12 >PROMPT $P$G >set >PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOS\TBEACH\DOSAPPS;C:\DJGPP\BIN >set DJGPP=C:\DJGPP\DJGPP.ENV >set TMPDIR=C:\TEMP >rem C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MTMIDE01 /M:10 >C:\DOS\TBEACH\DOSAPPS\TBSMIX.EXE /M=11 /W=11 /F=11 /L=11 /C=11 >rem SET BLASTER=A220 I5 D1 T4 >C:\DOS\TBEACH\DOSAPPS\TBS2000.EXE >@ECHO OFF >SET MSINPUT=C:\WINDOWS\MSINPUT >C:\DOS\GMOUSE\GMOUSE.COM >-end file >-- > | James B. Bryant | > | jaybebe AT iastate DOT edu | > | http://www.public.iastate.edu/~jaybebe/homepage.html |