From: mpenacho AT tezcat DOT com (Mark Penacho) Newsgroups: comp.os.msdos.djgpp Subject: trouble making libm library Date: Sat, 18 Jan 97 02:03:26 GMT Organization: Tezcat.COM - Specialists in human interconnectivity. Lines: 24 Message-ID: <5bpb1f$ams@tepe.tezcat.com> NNTP-Posting-Host: mpenacho.tezcat.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp for the project I'm working on, I need to change some compiler flags for the library modules. when I get to the make for libm, the following occurs [F:\djbuild\src\libm\src] 19:51:24.92 F>make gcc @../../gcc.opt -I. -I- -I../../../include -Wno-error -Wno-strict-prototypes -D_USE_LIBM_MATH_H -c s_finite.S f:/djgpp/tmp\ccbaaaaa: Assembler messages: f:/djgpp/tmp\ccbaaaaa:114: Error: register does not match opcode suffix make.exe: *** [s_finite.o] Error 1 djgpp/tmp is a valid directory, and my path/environment variables are set correctly. I am using f:\djgpp for my current djgpp compiler I'm using f:\djbuild for my new library from f:\djbuild i've unzipped the following files djdev201 djlsr201 gcc2721b thanks in advance