Re: compiling balsa



On 2002.09.23 19:39 ronald j roy wrote:
> Hello,
>  I have been using Mutt 1.2.5.1i and Balsa 1.2.4 for some time. Now I
> would like to try Balsa 1.4.1, but make errors out. It does configure
> with no problems. Here's the info below:
> 
>  -ldl -lXi -lXext -lX11 -lm -lssl -lcrypto -Wl,--rpath
> -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
> ../libmutt/libmutt.a(copy.o): In function `_mutt_copy_message':
> /home/jr/tmp/balsa-1.4.1/libmutt/copy.c:545: undefined reference to
> `assert'

This is actually very strange because libmutt/copy.c includes 
explicitely assert.h. assert() is a macro in my version of assert.h

Can you post on the list the line that compiles libmutt/copy.c (cd 
libmutt && rm copy.o && make copy.o should do) and possibly check the 
output of the preprocessor (the printed line with -E option added to 
gcc will produce it) whether assert.h is really included. (i you need 
some help with it just ask).

Pawel



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