From: Kim Jersin Subject: Re: Trying to compile MicroEmacs To: TAUPIN AT rsovax DOT lps DOT u-psud DOT fr Date: Wed, 9 Nov 94 22:17:18 MET Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Hi, > Following the suggestion of Aaron Ucho, I included sys/farptr.h in a > ghostly mem.h. > > NNow, I get a lot of GCC diags with the "PASCAL NEAR" statements. You need to compile and link the file sys/farptr.cc (or .c) as well. The compile must be with optimization turned on (the one wich will produce inline code). All the farptr functions are defined as inline. --- Kim Jersin