Wolfgang, I replaced those offending lines as follows 413c413 < sigact.sa_handler = (void (*)())SIG_IGN; --- > sigact.sa_handler = (void (*)(int))SIG_IGN; 1840c1840 < sigact.sa_handler = (void (*)())sighandler; --- > sigact.sa_handler = (void (*)(int))sighandler; Another thing which may work but which I did not try is to modify CXXFLAGS in Makefile.solarisegcs by adding -D__SunOS_5_6 CXXFLAGS = -fPIC -I/usr/openwin/include -fno-rtti -D__SunOS_5_6 Good luck and regards, Michal Lijowski
This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:39 MET