Hello,

2011/10/31 Phil Stracchino <ala...@metrocast.net>

> On 10/31/11 09:01, Radosław Korzeniewski wrote:
> > Hello,
> >
> > 2011/10/31 Phil Stracchino <ala...@metrocast.net
> > <mailto:ala...@metrocast.net>>
> >
> >     If the latter, does anyone have any tips on compiling Bacula 64-bit
> for
> >     Solaris 10?
> >
> >
> > I've performed a "clean" Solaris 10 64bits Bacula (5.0.3) build recently
> > without any problems. What kind of errors/problems do you achieve? Maybe
> > I can help...
>
> Hi Radoslaw,
> If you could send me your configure invocation and tell me which
> compiler/linker you're using, that would probably be a big help.  I
> appear to get 64-bit compiles without any problem, but get hundreds of
> unresolved symbols at link time.  I'm building with gcc-4.4.3 on 10u9 on
> amd64 (Pentium-4, Nocona microarchitecture).  I have Sun Studio around
> as well but have had poor luck compiling anything with it.
>
>
I'm useing a SUN/Oracle supplied gcc toolchain (from /usr/sfw/). This is a
gcc 3.4.3. All you need is to setup of a number of env vars before
configure:
CC=gcc
CXX=g++
CPFLAGS="-m64"
CPPFLAGS="-m64"
LDFLAGS="-m64"

Then standard configure script invocation for your environment and make.
I've tried to use a sunfreeware supplied gcc toolchain, but it doesn't
work. It has a problem with 64bit binaries.

regards

Radoslaw


> --
>  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
>  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
>  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
>                 It's not the years, it's the mileage.
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World&#153; now supports Android&#153; Apps
> for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Bacula-devel mailing list
> Bacula-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
>



-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
RSA&reg; Conference 2012
Save &#36;700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to