=?ISO-8859-1?Q?Jorge_Acereda_Maci=E1?= wrote:
> 
> Found the problem.
> 
> I was configuring with -D_POSIX_SOURCE defined.
> 
> That resulted in a config.h telling that fseeko() was available and 
> ftello() wasn't (or viceversa). That caused strange behaviour when 
> calling read-line within save-input/restore-input (read-line returned 
> -37 for wior, probably due to a non-working reposition-file).
> 
> I will package gforth for fink configuring as:
> 
> ./configure --enable-force-reg --enable-direct-threaded --without-debug 
> CC=gcc2 CFLAGS="-I%p/include -no-cpp-precomp"

--enable-force-reg: no effect on Power/PPC

--enable-direct-threaded: no effect on Gforth >=0.6.0

--without-debug: this is the default

-no-cpp-precomp: The gcc version I use disables cpp-precomp with
"-traditional-cpp".  Is the -no-cpp-precomp flag available in all Mac
versions of gcc?  I did not find it in the docs when I looked.

- anton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to