Hi I'm trying to compile the cvs version on debian testing (I just upgraded it from stable, because I thought it might help...)
I get all kinds of errors, which seem to point to the compiler, but I don't think it's a compiler bug. (I don't know why I think that) the default compiler is still 2.95, but gcc 3.2 is also included. The configure script of licq doesn't have an option to set the compiler, so I guess system defaults are used. I changed the symlink of gcc to point to gcc-3.2, which reduces the problems, but I end up with this error: src/licq-cvs/licq$ make make all-recursive make[1]: Entering directory /home/simon/src/licq-cvs/licq' Making all in share make[2]: Entering directory /home/simon/src/licq-cvs/licq/share' make[2]: Nothing to be done for ll'. make[2]: Leaving directory /home/simon/src/licq-cvs/licq/share' Making all in src make[2]: Entering directory /home/simon/src/licq-cvs/licq/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c licq.cpp licq.cpp: In method Licq::CLicq()': licq.cpp:150: Internal compiler error. licq.cpp:150: Please submit a full bug report. licq.cpp:150: Internal compiler error: licq.cpp:150: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. make[2]: *** [licq.o] Error 1 make[2]: Leaving directory /home/simon/src/licq-cvs/licq/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/simon/src/licq-cvs/licq' make: *** [all-recursive-am] Error 2 Anyone have suggestions to compile (or install) licq on debian testing? ( I don't want to depend on unstable packages, because I've run into trouble with them as well. unstable does include licq as a binary package) Cheers Simon ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ LICQ-Main mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-main
