On Wed, Sep 1, 2010 at 7:20 AM, Alexander Seibel <puddingsbrum...@web.de> wrote: > Hi > I am a noob when it comes to compiling. When I want to compile > libevent-1.4.14b-stable for armel, i get errors like this : > > ..../..../...../libevent-1.4.14b-stable/signal.c:117: undefined reference to > `event_warn' > ..../..../...../libevent-1.4.14b-stable/signal.c:118: undefined reference to > `event_warn'
The "undefined reference to event_warn" thing means that the linker is trying to find event_warn -- which is defined in log.c -- and it isn't there. Maybe for some reason you aren't linking log.c into Libevent when you build it? The thing you linked to below looks like a copy of your config.log file, which explains what the "configure" script is doing. But the error above isn't coming from there; it looks like it's coming as part of your compiler output. Could you please upload somewhere the entire output of the compilation process? Just copy-and-pasting the results of "make" from your terminal should do fine. yrs, -- Nick *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.