Re: [Nemiver-list] SVN head doesn't compile



Erik de Castro Lopo wrote:

> /bin/bash ../../libtool --tag=CC --mode=link i486-linux-gnu-gcc 

Oops, thats no good. It should be using i486-linux-gnu-g++ to link.

>From src/dbgengine/Makefile.am :

    libgdbmod_la_SOURCES= \
    $(idebuggerheaders)

Since there are no C++ files listed in the sources, only .h files,
automake doesn't figure out that it should be using a C++ compiler
to link and uses the C compiler instead.

Not quite sure how to fix this.

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Individual Islamists may appear law-abiding and reasonable, but they
are part of a totalitarian movement, and as such, all must be considered
potential killers." -- http://www.danielpipes.org/article/3450




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]