Trying to compile from a clean CVS checkout, there are problems with the Makefiles which mean I don't get a compile. Some examples: in the executive-summary directory, "-rdynamic" gets butted up against "-ldl" and "-lunicode", so ld complains: "/usr/bin/ld: cannot find -ldl-rdynamic". Also, I got a similar error from other Makefiles: "libtool: link: only absolute run-paths are allowed". This was because in the libtool line "-rpath =/usr/lib" occured, where it should be "-rpath=/usr/lib". Perhaps this is the reason the snapshots aren't running either. Not being a master of Makefile magic I've not figured out how to fix these errors just yet, aside from manually typing the relevant lines with the errors fixed. -- Edd ObSystem information: compiling on latest Debian sid. (So I accept it could be a sid breakage. Can anyone else reproduce?) _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.helixcode.com/mailman/listinfo/evolution-hackers
