HI ,
I did it do it with gmake but I had got the same check :

cc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -I.. -I./.. -c `test -f
'sqwebmaild.c' || echo './'`sqwebmaild.c
sqwebmaild.c: In function `send_environ':
sqwebmaild.c:166: warning: implicit declaration of function `ALIGN'
gcc  -g -O2 -Wall -I.. -I./..   -o sqwebmail  sqwebmaild.o
../cgi/libcgi.a -lcrypt
sqwebmaild.o: In function `send_environ':
/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail/sqwebmaild.c(.text+0x35b
): undefined reference to `ALIGN'
/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail/sqwebmaild.c(.text+0x367
): undefined reference to `ALIGN'
/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail/sqwebmaild.c(.text+0x3cc
): undefined reference to `ALIGN'
/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail/sqwebmaild.c(.text+0x3db
): undefined reference to `ALIGN'
gmake[3]: *** [sqwebmail] Error 1
gmake[3]: Leaving directory
`/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/root/rajaiework/sqwebmail-3.6.2.20040201/sqwebmail'
gmake: *** [all-recursive] Error 1

any ideas ?
----- Original Message -----
From: "Roland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 07, 2004 3:53 PM
Subject: Re: [sqwebmail] problem in installation on freebsd


> --On Samstag, 7. Februar 2004 16:05 +0200 Rajaie <[EMAIL PROTECTED]>
wrote:
>
> > Hi ,
> > I am trying to install sqwebmail on freebsd 4.2
> > with the following command  i manage the configuration :
> >
> >
./configure --enable-imagedir=/usr/local/www/data/webmail --enable-mimetypes
=/usr/local/conf/mime.types
> >
> > I get the following errors : when trying to make it .
>
> Youn dont 'make' on *BSD, use gmake as install suggests.
>
> Roland
>
>

Reply via email to