Kern Sibbald wrote:
On Friday 25 March 2005 15:06, Tom Plancon wrote:
Tobias Barth wrote:
"make install" always does a "make" when the things that should be
installed are not there. This is why the compiler errors occur. On my
SuSE system I also encountered this problem and I installed the
Jeff McCune wrote:
Tom Plancon wrote:
Sorry if my procedure was unclear. What I actually did was:
configure script
make
make clean
make install -- That is when the errors occurred.
Why are you doing a make clean in between a make and a make install?
Make clean removes and cleans the work done by m
On Friday 25 March 2005 15:06, Tom Plancon wrote:
> Tobias Barth wrote:
> > "make install" always does a "make" when the things that should be
> > installed are not there. This is why the compiler errors occur. On my
> > SuSE system I also encountered this problem and I installed the
> > "ncurses-d
Tom Plancon wrote:
Sorry if my procedure was unclear. What I actually did was:
configure script
make
make clean
make install -- That is when the errors occurred.
Why are you doing a make clean in between a make and a make install?
Make clean removes and cleans the work done by make.
Try make and
Tobias Barth wrote:
"make install" always does a "make" when the things that should be
installed are not there. This is why the compiler errors occur. On my
SuSE system I also encountered this problem and I installed the
"ncurses-devel" and "termcap" packets and then bacula was compiled
without
Tobias Barth wrote:
"make install" always does a "make" when the things that should be
installed are not there.
Depends on the Makefile... So not always.
Regards,
--
Jeff McCune
OSU Department of Mathematics System Support
(614) 292-4962
gpg --keyserver pgp.mit.edu --recv-key BAF3211A
---
"make install" always does a "make" when the things that should be
installed are not there. This is why the compiler errors occur. On my
SuSE system I also encountered this problem and I installed the
"ncurses-devel" and "termcap" packets and then bacula was compiled
without errors.
Greetings,
On Thursday 24 March 2005 21:45, Tom Plancon wrote:
> Hi all,
>
> I'm attempting to build 1.36.2 on RH9 from source. Very green at this so
> bear with me. Here is my configure script:
>
> #!/bin/sh
> # Tom's config script on Emperor
> CFLAGS="-g -Wall" ./configure \
> --prefix=/usr \
> --sb
Hi all,
I'm attempting to build 1.36.2 on RH9 from source. Very green at this so
bear with me. Here is my configure script:
#!/bin/sh
# Tom's config script on Emperor
CFLAGS="-g -Wall" ./configure \
--prefix=/usr \
--sbindir=/usr/sbin \
--sysconfdir=/etc/bacula \
--with-scriptdir=/etc