[BUG][3.0][UNIX] flashing screen

J Scott Jaderholm scott at jaderholm.com
Thu Feb 15 05:14:32 UTC 2001


Hi,

I downloaded the 3.0pre2 VM for unix and compiled it on my Debian
system with X 4.0.1 and a 2.2 kernel.  I'd previously been using
3.0pre1 and it was working fine.  Now when I use pre2 the squeak
window flashes constantly.  I've tried this with multiple VMs, and am
quite confident it is the new VM.

Here is my configure.  I had no errors during compilation. (none that
stopped it anyway)

Sincerely,
jsj

~/squeak/Squeak-3.0/build $ ../src/unix/configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for as... as
checking for GNU as... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for BSD-compatible nm... /usr/bin/nm -B
checking for ln... ln
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for string.h... yes
checking for fcntl.h... yes
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for sys/filio.h... no
checking for sys/select.h... yes
checking for dlfcn.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for socklen_t in sys/socket.h... yes
checking for atexit or on_exit... atexit
checking for tzset... yes
checking for gmtoff in struct tm... yes
checking for timezone and daylight variables... yes
checking for gethostname in unistd.h... yes
checking for yp_bind in -lnsl... yes
checking for socket in -lsocket... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for optimization flags... -fomit-frame-pointer
checking for gawk... no
checking for mawk... mawk
checking whether we can gnuify interp.c... no
checking for Open Sound System... yes
checking for prefix to use for loadable modules... (none)
checking for compiler flags to force 32-bit addresses... 
checking whether byte ordering is bigendian... no
checking whether misaligned access to doubles is ok... yes
checking whether doubles are stored in Squeak order... no
creating Makefile fragments...
updating cache ./config.cache
creating ./config.status
creating Makefile
creating inisqueak
creating sqUnixConfig.h
~/squeak/Squeak-3.0/build $ make


-- 
"Man's mind, once stretched by a new idea, never regains its original
dimensions."  Oliver Wendell Holmes (a Lisp programmer at heart)





More information about the Squeak-dev mailing list