From: "Chris Underwood" Newsgroups: comp.os.msdos.djgpp Subject: Compiling Libamp Date: Mon, 10 Jan 2000 11:05:22 -0000 Organization: Logica UK Ltd. Lines: 34 Message-ID: <85cedk$alf@romeo.logica.co.uk> NNTP-Posting-Host: 158.234.18.170 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm having a little trouble building libamp. From the errors below, can anyone tell me if I have the right version. To get this far, I've had to rename some apparently truncated filenames and manually compile one of the source files. If I have the wrong version (for DOS), could you point me towards the right one? Cheers, Chris --- 8< --- F:\Utilities\DjGPP\sw\libamp>make gcc -c -O6 -ffast-math -fomit-frame-pointer -m486 -DNO_BYTE_SWAPPING -DOS_MS DOS -DARCH_i586 audioalg.c audioalg.c: In function `audioBufferWrite': audioalg.c:373: Invalid `asm' statement: audioalg.c:373: fixed or forbidden register 2 (cx) was spilled for class CREG. audioalg.c:385: Invalid `asm' statement: audioalg.c:385: fixed or forbidden register 2 (cx) was spilled for class CREG. audioalg.c:429: Invalid `asm' statement: audioalg.c:429: fixed or forbidden register 2 (cx) was spilled for class CREG. make.exe: *** [audioalg.o] Error 1 F:\Utilities\DjGPP\sw\libamp>