Hello,

Doing:

./configure ... options
make

would be fine and allow you to see if Bacula builds correctly on your
system.

What you do want to avoid in your particular situation is doing:

make install  # do not do this

Best regards,
Kern

On 08/27/2015 06:17 AM, reynie...@gmail.com wrote:
>
> Isn't hurt me you're right but what about if I want to update the
> release? I will need to compile again and that's exactly what I'm
> trying to avoid. If you tell me that I can compile and then update
> using repository then good I can compile and try if not I prefer to wait
>
> On Aug 27, 2015 8:45 AM, "John Stoffel" <j...@stoffel.org
> <mailto:j...@stoffel.org>> wrote:
>
>
>     It can't hurt to just do a test configure and build.
>
>     Reynier> That's exactly what I thought, some bad setup on the
>     CFLAGS, but I'll waits
>     Reynier> until Simone builds the RPMS for CentOS, anyway thanks
>     for your suggestion
>     Reynier> Regards
>
>     Reynier> -----Original Message-----
>     Reynier> From: John Stoffel [mailto:j...@stoffel.org
>     <mailto:j...@stoffel.org>]
>     Reynier> Sent: Wednesday, August 26, 2015 9:54 PM
>     Reynier> To: reynie...@gmail.com <mailto:reynie...@gmail.com>
>     Reynier> Cc: bacula-users@lists.sourceforge.net
>     <mailto:bacula-users@lists.sourceforge.net>
>     Reynier> Subject: Re: [Bacula-users] Compile release 7.2.0 from
>     sources failed in
>     Reynier> Centos 6.7
>
>     >>>>> "reynierpm@gmail" == reynierpm@gmail com
>     <mailto:reynie...@gmail.com <mailto:reynie...@gmail.com>>
>     Reynier> writes:
>
>     Reynier> reynierpm@gmail> Hi there, I'm trying to compile Bacula
>     7.2.0 because sadly
>     Reynier> the release at CentOS is old 5.0.0-13.  reynierpm@gmail>
>     So I've downloaded
>     Reynier> the latest release from Sourcefore, unzip and detar the
>     sources and run this
>     Reynier> reynierpm@gmail> first command (which I ran the last time
>     I compiled Bacula
>     Reynier> from sources around April 2009 when reynierpm@gmail>
>     Bacula was at version
>     Reynier> 3.0.1. If this command is not need please let me know): 
>
>     Reynier> reynierpm@gmail> export CFLAGS="-O2 -g -msse -mmmx
>     -march=i586
>     Reynier> -mtune=i686 -funroll-loops -mfpmath=sse reynierpm@gmail>
>     Reynier> -fmessage-length=0 -fno-strict-aliasing -pipe
>     -fstack-protector -Wall
>     Reynier> -D_FORTIFY_SOURCE=0"
>
>     Reynier> Get rid of all this export CFLAGS, compilers and
>     environments have
>     Reynier> progressed alot over the years.  You're trying to
>     restrict your CPU to an
>     Reynier> old Pentium, which is broken in today's world.
>
>     Reynier> Just do the configure step, and that should do the trick
>     for you...
>
>
>
> ------------------------------------------------------------------------------
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to