On Fri, Feb 22, 2008 at 3:19 AM, kilo kg_kilo@freemail.hu wrote:
Here are the first error message lines: /home/kilo/SVN/geany/scintilla/ScintillaGTK.cxx:1314: undefined reference to `operator new(unsigned int)'
And many more similar ones follow, complaining about operator new, delete...
maybe try:
% make LDFLAGS=-lstdc++
- Jeff