[Vm-dev] I need help building Cog on 64bit Linux (new Squeak server)

Bert Freudenberg bert at freudenbergs.de
Mon Jan 28 10:56:02 UTC 2013


On 2013-01-26, at 21:52, Ken Causey <ken at kencausey.com> wrote:

> kencausey at squeak-box4:~/source/cog/svn/Cog/unixbuild/bld$ \
> ../../platforms/unix/config/configure CC="gcc -m32" CXX="g++ -m32"\
> --without-npsqueak CFLAGS="-g -O2 -msse2 -D_GNU_SOURCE \
> -D_FILE^J_OFFSET_BITS=64 -DNDEBUG -DITIMER_HEARTBEAT=1 \
> -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0" LIBS=-lpthread \
> > myconf.log 2>&1 &

Get rid of the ^J to avoid this:

> configure:2174: gcc -m32 -g -O2 -msse2 -D_GNU_SOURCE -D_FILE
> _OFFSET_BITS=64 -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0   conftest.c -lpthread >&5
> gcc: _OFFSET_BITS=64: No such file or directory


- Bert -




More information about the Vm-dev mailing list