Hello, I've just compiled DDD 3.3.5 on hppa1.1-hp-hpux10.20 using gcc 2.95.2 and GNU binutils 2.13.2.1 (but using hp's ld: /usr/ccs/bin/ld). On startup, it receives signal 6 (while still displaying the startup screen) and stops there, everytime I launch it and I can't do anything but kill-9 the process. The configure command line used was: CFLAGS=-mgas CXXFLAGS=-mgas ./configure --prefix=/tmp/ddd-3.3.5 --with-m otif-libraries=/d/lesstif/LessTif/Motif2.0/lib/ --with-motif-includes=/d/lesstif/LessTif/Motif2.0/include/ --x-includes=/d/X11R6/include --x-libraries=/d/X11R6/ lib --with-gnu-as --without-athena Plus, I downloaded and extracted readline-4.0 in the readline directory of the source tree, as the provided readline didn't have an already created configure script. Finally, as wasn't available, I did the following : * I wrote a little placeholder file sstream in the base directory containing --- #include #define ostringstream ostrstream #define istringstream istrstream #define stringstream strstream --- so that the compiler finds what it wants. * I had to replace (in ddd/strclass.h) every occurence of os.str().c_str() -> os.str() os.str().length() -> os.pcount() (as os.str() returns a char* instead of a string in strstream) Attached to this mail are my .ddd/log and std{out,err} I get when running ddd. I also get a warning : "warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you rerun the program." -- Olivier Mehani Free&ALter Soft/Linbox - Paris