Hey folks! Another bb newbie with solaris problems. I've not found anything like
this in the mail archive.
PROBLEM:
I get no word characters in the titlebars or menus.
Other graphics messes in nonMinimal styles. Minimal style works through a vnc
server (Xvnc), but nothing is useable on the console (Xsun). ldd Xvnc and Xsun
show that the libraries used are the same, but Xsun has a bunch more that Xvnc
does not have.
Hardware:
Sun Ultra-1 Creator (200E)
Software:
Solaris 2.6
gcc 2.7.2 in /usr/local
i know 2.7.2 is broken. read on.
gcc 3.0 in /usr/local/gcc
GNU tar
Pre-configure steps:
export PATH=/usr/local/gcc/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/gcc/lib:$LD_LIBRARY_PATH
Configure:
--prefix=/usr/local
--with-x-libraries=/usr/openwin/lib
--with-x-includes=/usr/openwin/include
tried interlace yes/no
tried pseudo yes/no
tried only --prefix=/usr/local
etc.
Edit Makefiles:
src/Makefile: add -fpermissive to CXXFLAGS
util/Makefile: add -fpermissive to CXXFLAGS
make and make install are successful.
Any thoughts? Tell me I don't have to modify all of the openwin libraries?
Thanks!
Joe