From: Gwenole B. <gb...@di...> - 2004-07-05 20:33:21
|
Hi, > I am trying to compile basilik 0.9 in this Sun U30 running Solaris 9.=20= > Besides the fact it completely failed to see my gtk installation, Probably it's not in a standard search path? Or gtk-config was not=20 found, etc. > Enable video on SEGV signals ..... : no > Addressing mode .................. : memory banks I'd be curious to know why it failed, considering I used to build on an=20= Ultra 5 at school a few years ago. Any hints from config.cache? > c++ -I../include -I. -I../uae_cpu -DHAVE_CONFIG_H -DOS_solaris=20 > -DCPU_sparc -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS -DFPU_UAE=20 > -D_REENTRANT -DDATADIR=3D\"/usr/local/share/BasiliskII\" -O2=20 > -I/usr/openwin/include -c cpudefs.cpp -o obj/cpudefs.o > gcc -o obj/gencpu obj/gencpu.o obj/readcpu.o obj/cpudefs.o Use g++ to link C++ objects built with g++. Or use current CVS. There=20 are source snapshots at Christian's site, but you can (I prefer) fetch=20= current CVS. Bye, Gwenol=E9.= |