Hi Daniel

Am Mon, 19 Oct 2009 17:39:58 -0200
schrieb Daniel Cukier <danic...@gmail.com>:

> *I'd like to backup my Mac with bacula (I'm using version 2.4.4).
> **When I try to compile it, using:*
> *./configure --enable-client-only*
> *make*
> *
> *
> * I get the following error message. How can I solve this issue?*
> *

Try to compile it in 32bit mode for now, it should run just fine:

make clean
CFLAGS="-arch i368 -g -O0" CXXFLAGS="$CFLAGS" \
LDFLAGS="-arch i386" ./configure
make

HTH
Lorenz



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to