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

Re: [Libevent-users] Cant compile for armel




On Sep 1, 2010, at 1:20 PM, Alexander Seibel 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' ..../..../...../libschrott/libevent-1.4.14b-stable/signal.c:112: undefined reference to `event_err'
.libs/signal.o: In function `evsignal_cb':
..../..../...../libevent-1.4.14b-stable/signal.c:83: undefined reference to `event_err'
collect2: ld returned 1 exit status
make[3]: *** [libevent_extra.la] Error 1
make[3]: Leaving directory `../../.../libevent-1.4.14b-stable'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `../..../../libschrott/libevent-1.4.14b- stable'
make[1]: *** [all] Error 2
make[1]: Leaving directory `../../.../libschrott/libevent-1.4.14b- stable'
make: *** [build-stamp] Error 2

What do i need to install to get this compiled ? Need the whole log, or is that enough ?

regards
Alex

How exactly are you trying to compile and what does your setup look like?

That asked, maybe it is a collision of the _LOG_H_ define in log.h. You
could try changing the two occurences into _EVENT_LOG_H_ temporarily
to see if that fixes anything.

hth
Sebastian

***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users    in the body.