|
I have a bacula server running on a NetBSD system, and I'm trying to add a few clients. Our most important data resides on a Enterprise 250 running Solaris 7 (we're trying to get a couple backups so we can upgrade it to 8 or 9). I'm unable to get the client to compile properly. Am I missing something simple?
I've attached two text files with the output from configure and make. Any ideas would be appreciated.
-Jon |
./configure --prefix /opt/B2Ebaculaclient --enable-client-only --with-dir-password=password --with-fd-password=password checking for true... /usr/bin/true checking for false... /usr/bin/false configuring for bacula 1.36.3 (22 April 2005) checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for egrep... egrep checking whether gcc needs -traditional... no checking for a BSD-compatible install... /home/jmentzel/bacula/bacula-1.36.3/autoconf/install-sh -c checking for ranlib... ranlib checking for mv... /usr/bin/mv checking for rm... /usr/bin/rm checking for cp... /usr/bin/cp checking for sed... /usr/bin/sed checking for echo... /usr/bin/echo checking for cmp... /usr/bin/cmp checking for tbl... /usr/bin/tbl checking for ar... /usr/ccs/bin/ar checking for openssl... none checking for mtx... mtx checking for pkg-config... pkg-config checking for wx-config... wx-config checking for cdrecord... cdrecord checking for pidof... pidof checking for gawk... no checking for mawk... no checking for nawk... nawk checking for nawk... /usr/bin/nawk checking build system type... sparc-sun-solaris2.7 checking host system type... sparc-sun-solaris2.7 checking for Operating System Distribution... done checking for msgfmt... /usr/bin/msgfmt checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking termcap.h usability... no checking termcap.h presence... no checking for termcap.h... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for term.h... yes checking for tgetent in -lcurses... yes checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for strcasecmp... yes checking for select... yes checking for setenv... no checking for putenv... yes checking for tcgetattr... yes checking for setlocale... yes checking for lstat... yes checking for lchown... yes checking for nanosleep... no checking for nl_langinfo... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking for socket... no checking for socket in -lxnet... yes checking for socket in -lsocket... yes checking for socket in -linet... no checking for PostgreSQL support... no checking for MySQL support... checking for SQLite support... no checking for getconf... getconf checking for CFLAGS value to request large file support... -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 checking for LDFLAGS value to request large file support... checking for LIBS value to request large file support... checking for _FILE_OFFSET_BITS... 64 checking for _LARGEFILE_SOURCE... 1 checking for _LARGE_FILES... 1 checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking libc.h usability... no checking libc.h presence... no checking for libc.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdlib.h... (cached) yes checking for stdint.h... (cached) no checking for string.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for termcap.h... (cached) no checking for term.h... (cached) yes checking for unistd.h... (cached) yes checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking sys/byteorder.h usability... yes checking sys/byteorder.h presence... yes checking for sys/byteorder.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking resolv.h usability... no checking resolv.h presence... yes configure: WARNING: resolv.h: present but cannot be compiled configure: WARNING: resolv.h: check for missing prerequisite headers? configure: WARNING: resolv.h: see the Autoconf documentation configure: WARNING: resolv.h: section "Present But Cannot Be Compiled" configure: WARNING: resolv.h: proceeding with the preprocessor's result configure: WARNING: resolv.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## checking for resolv.h... yes checking mtio.h usability... no checking mtio.h presence... no checking for mtio.h... no checking sys/mtio.h usability... yes checking sys/mtio.h presence... yes checking for sys/mtio.h... yes checking sys/tape.h usability... no checking sys/tape.h presence... no checking for sys/tape.h... no checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for ANSI C header files... (cached) yes checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... yes checking sys/mkdev.h presence... yes checking for sys/mkdev.h... yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether stat file-mode macros are broken... (cached) no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... no checking for tzname... yes checking for utime.h... yes checking for socklen_t... yes checking for bigendian... yes checking for an ANSI C-conforming const... yes checking how to get filesystem type... SVR4 checking return type of signal handlers... void checking for type of signal functions... posix checking for mode_t... yes checking for uid_t in sys/types.h... yes checking for size_t... yes checking for pid_t... yes checking for off_t... yes checking for ino_t... yes checking for dev_t... yes checking for daddr_t... yes checking for major_t... yes checking for minor_t... yes checking for ssize_t... yes checking for struct stat.st_blocks... (cached) yes checking for struct stat.st_rdev... yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for an ANSI C-conforming const... (cached) yes checking for char... yes checking size of char... 1 checking for short int... yes checking size of short int... 2 checking for int... yes checking size of int... 4 checking for long int... yes checking size of long int... 4 checking for long long int... yes checking size of long long int... 8 checking for int *... yes checking size of int *... 4 checking for u_int type... yes checking for intmax_t type... yes checking for u_intmax_t type... no checking for intXX_t types... yes checking for int64_t type... yes checking for u_intXX_t types... no checking for u_int64_t types... no checking for uintXX_t types... yes checking for fork... yes checking for getcwd... yes checking for gethostname... yes checking for getpid... yes checking for gettimeofday... yes checking for setpgid... yes checking for setpgrp... yes checking for setsid... yes checking for signal... yes checking for strerror... yes checking for strncmp... yes checking for strncpy... yes checking for vfprintf... yes checking for fchdir... yes checking for strtoll... yes checking for chflags... no checking for snprintf... yes checking for vsnprintf... yes checking for gethostid... yes checking for getdomainname... no checking for fseeko... yes checking for localtime_r... yes checking for readdir_r... yes checking for strerror_r... no checking for gethostbyname_r... no checking for gethostbyname_r... (cached) no checking for gethostbyname_r in -lnsl... yes checking for gethostbyname_r in -lresolv... yes checking for inet_pton... yes checking for inet_ntop... yes checking for gethostbyname2... no checking for struct sockaddr has a sa_len field... no checking for IPv6 support... no checking for strftime... yes checking for vprintf... yes checking for _doprnt... yes checking for working alloca.h... yes checking for alloca... yes checking for getmntent in -lsun... no checking for getmntent in -lseq... no checking for getmntent in -lgen... yes checking for getmntent... yes checking whether closedir returns void... no checking whether setpgrp takes no argument... yes checking for setlocale in -lxpg4... no checking for getpwnam in -lsun... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for deflate in -lz... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for acl_get_file in -lacl... no checking for pthread_create in -lpthread... yes configure: creating ./config.status config.status: creating autoconf/Make.common config.status: creating Makefile config.status: creating rescue/Makefile config.status: creating rescue/linux/Makefile config.status: creating rescue/linux/floppy/Makefile config.status: creating rescue/linux/cdrom/Makefile config.status: creating rescue/linux/cdrom/bacula/Makefile config.status: creating rescue/freebsd/Makefile config.status: creating rescue/solaris/Makefile config.status: creating scripts/startmysql config.status: creating scripts/stopmysql config.status: creating scripts/btraceback config.status: creating scripts/startit config.status: creating scripts/stopit config.status: creating scripts/bconsole config.status: creating scripts/gconsole config.status: creating scripts/bacula config.status: creating scripts/devel_bacula config.status: creating scripts/Makefile config.status: creating scripts/logrotate config.status: creating scripts/bacula.desktop.gnome1 config.status: creating scripts/bacula.desktop.gnome2 config.status: creating scripts/bacula.desktop.gnome1.consolehelper config.status: creating scripts/bacula.desktop.gnome2.consolehelper config.status: creating scripts/bacula.desktop.gnome1.xsu config.status: creating scripts/bacula.desktop.gnome2.xsu config.status: creating scripts/gnome-console.console_apps config.status: creating scripts/mtx-changer config.status: creating scripts/bacula-tray-monitor.desktop config.status: creating scripts/logwatch/Makefile config.status: creating scripts/logwatch/logfile.bacula.conf config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/host.h config.status: creating src/console/Makefile config.status: creating src/console/bconsole.conf config.status: creating src/gnome-console/Makefile config.status: creating src/gnome-console/gnome-console.conf config.status: creating src/gnome2-console/Makefile config.status: creating src/gnome2-console/gnome-console.conf config.status: creating src/wx-console/Makefile config.status: creating src/wx-console/wx-console.conf config.status: creating src/tray-monitor/Makefile config.status: creating src/tray-monitor/tray-monitor.conf config.status: creating src/dird/Makefile config.status: creating src/dird/bacula-dir.conf config.status: creating src/lib/Makefile config.status: creating src/stored/Makefile config.status: creating src/stored/bacula-sd.conf config.status: creating src/filed/Makefile config.status: creating src/filed/bacula-fd.conf config.status: creating src/filed/win32/Makefile config.status: creating src/cats/Makefile config.status: creating src/cats/make_catalog_backup config.status: creating src/cats/delete_catalog_backup config.status: creating src/cats/create_postgresql_database config.status: creating src/cats/update_postgresql_tables config.status: creating src/cats/make_postgresql_tables config.status: creating src/cats/grant_postgresql_privileges config.status: creating src/cats/drop_postgresql_tables config.status: creating src/cats/drop_postgresql_database config.status: creating src/cats/create_mysql_database config.status: creating src/cats/update_mysql_tables config.status: creating src/cats/make_mysql_tables config.status: creating src/cats/grant_mysql_privileges config.status: creating src/cats/drop_mysql_tables config.status: creating src/cats/drop_mysql_database config.status: creating src/cats/create_sqlite_database config.status: creating src/cats/update_sqlite_tables config.status: creating src/cats/make_sqlite_tables config.status: creating src/cats/grant_sqlite_privileges config.status: creating src/cats/drop_sqlite_tables config.status: creating src/cats/drop_sqlite_database config.status: creating src/cats/sqlite config.status: creating src/cats/mysql config.status: creating src/cats/create_bdb_database config.status: creating src/cats/update_bdb_tables config.status: creating src/cats/make_bdb_tables config.status: creating src/cats/grant_bdb_privileges config.status: creating src/cats/drop_bdb_tables config.status: creating src/cats/drop_bdb_database config.status: creating src/cats/create_bacula_database config.status: creating src/cats/update_bacula_tables config.status: creating src/cats/grant_bacula_privileges config.status: creating src/cats/make_bacula_tables config.status: creating src/cats/drop_bacula_tables config.status: creating src/cats/drop_bacula_database config.status: creating src/findlib/Makefile config.status: creating src/tools/Makefile config.status: creating src/win32/winbacula.nsi config.status: creating src/win32/baculafd/bacula-fd.conf config.status: creating src/win32/Makefile config.status: creating src/win32/console/bconsole.conf config.status: creating src/win32/wx-console/wx-console.conf config.status: creating src/win32/pebuilder/Makefile config.status: creating src/bimagemgr/Makefile config.status: creating src/bimagemgr/bacula-bimagemgr.spec config.status: creating platforms/Makefile config.status: creating platforms/solaris/Makefile config.status: creating platforms/solaris/bacula-fd config.status: creating platforms/solaris/bacula-sd config.status: creating platforms/solaris/bacula-dir config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing default commands Doing make of dependencies ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/scripts make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/scripts' make[1]: `depend' is up to date. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/scripts' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/doc make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/doc' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/doc' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/lib make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/lib' make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/lib' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/findlib make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/findlib' make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/findlib' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/filed make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/filed' make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/filed' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/console make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/console' make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/console' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/rescue make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/rescue' make[1]: `depend' is up to date. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/rescue' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/rescue/linux make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/rescue/linux' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/rescue/linux'
Configuration on Mon Oct 10 16:02:53 EDT 2005: Host: sparc-sun-solaris2.7 -- solaris 5.7 Bacula version: 1.36.3 (22 April 2005) Source code location: . Install binaries: /opt/B2Ebaculaclient/sbin Install config files: /opt/B2Ebaculaclient/etc Scripts directory: /opt/B2Ebaculaclient/etc Working directory: /opt/B2Ebaculaclient/var/bacula/working PID directory: /var/run Subsys directory: /var/run/subsys C Compiler: gcc 3.4.2 C++ Compiler: g++ 3.4.2 Compiler flags: -g -O2 -Wall Linker flags: Libraries: -lpthread -lgen -lresolv -lnsl -lsocket -lxnet Statically Linked Tools: no Statically Linked FD: no Statically Linked SD: no Statically Linked DIR: no Statically Linked CONS: no Database type: None Database lib: Job Output Email: [EMAIL PROTECTED] Traceback Email: [EMAIL PROTECTED] SMTP Host Address: localhost Director Port: 9101 File daemon Port: 9102 Storage daemon Port: 9103 Director User: Director Group: Storage Daemon User: Storage DaemonGroup: File Daemon User: File Daemon Group: SQL binaries Directory Large file support: yes Bacula conio support: yes -lcurses readline support: no TCP Wrappers support: no ZLIB support: yes enable-smartalloc: yes enable-gnome: no enable-wx-console: no enable-tray-monitor: client-only: yes ACL support: no
$ make ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/scripts make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/scripts' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/scripts' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/doc make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/doc' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/lib make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/lib' g++ -c -I. -I.. -g -O2 -Wall attr.c g++ -c -I. -I.. -g -O2 -Wall base64.c g++ -c -I. -I.. -g -O2 -Wall berrno.c g++ -c -I. -I.. -g -O2 -Wall bsys.c g++ -c -I. -I.. -g -O2 -Wall bget_msg.c g++ -c -I. -I.. -g -O2 -Wall bnet.c g++ -c -I. -I.. -g -O2 -Wall bnet_server.c g++ -c -I. -I.. -g -O2 -Wall bpipe.c g++ -c -I. -I.. -g -O2 -Wall btime.c g++ -c -I. -I.. -g -O2 -Wall cram-md5.c g++ -c -I. -I.. -g -O2 -Wall crc32.c g++ -c -I. -I.. -g -O2 -Wall daemon.c g++ -c -I. -I.. -g -O2 -Wall edit.c g++ -c -I. -I.. -g -O2 -Wall fnmatch.c g++ -c -I. -I.. -g -O2 -Wall hmac.c g++ -c -I. -I.. -g -O2 -Wall idcache.c g++ -c -I. -I.. -g -O2 -Wall jcr.c g++ -c -I. -I.. -g -O2 -Wall lex.c g++ -c -I. -I.. -g -O2 -Wall alist.c g++ -c -I. -I.. -g -O2 -Wall dlist.c g++ -c -I. -I.. -g -O2 -Wall md5.c g++ -c -I. -I.. -g -O2 -Wall message.c g++ -c -I. -I.. -g -O2 -Wall mem_pool.c g++ -c -I. -I.. -g -O2 -Wall parse_conf.c g++ -c -I. -I.. -g -O2 -Wall queue.c g++ -c -I. -I.. -g -O2 -Wall rwlock.c g++ -c -I. -I.. -g -O2 -Wall scan.c g++ -c -I. -I.. -g -O2 -Wall serial.c g++ -c -I. -I.. -g -O2 -Wall sha1.c g++ -c -I. -I.. -g -O2 -Wall semlock.c g++ -c -I. -I.. -g -O2 -Wall signal.c g++ -c -I. -I.. -g -O2 -Wall smartall.c g++ -c -I. -I.. -g -O2 -Wall tree.c g++ -c -I. -I.. -g -O2 -Wall util.c g++ -c -I. -I.. -g -O2 -Wall var.c g++ -c -I. -I.. -g -O2 -Wall watchdog.c g++ -c -I. -I.. -g -O2 -Wall workq.c g++ -c -I. -I.. -g -O2 -Wall btimers.c g++ -c -I. -I.. -g -O2 -Wall address_conf.c address_conf.c: In member function `const char* IPADDR::get_address(char*, int)': address_conf.c:191: error: `inet_ntop' undeclared (first use this function) address_conf.c:191: error: (Each undeclared identifier is reported only once for each function it appears in.) address_conf.c: In function `char* sockaddr_to_ascii(const sockaddr*, char*, int)': address_conf.c:585: error: `inet_ntop' undeclared (first use this function) make[1]: *** [address_conf.o] Error 1 make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/lib' -e \a\a ====== Error in /home/jmentzel/bacula/bacula-1.36.3/src/lib ======\a\a ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/findlib make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/findlib' g++ -c -I. -I.. -g -O2 -Wall find.c g++ -c -I. -I.. -g -O2 -Wall match.c g++ -c -I. -I.. -g -O2 -Wall find_one.c g++ -c -I. -I.. -g -O2 -Wall attribs.c g++ -c -I. -I.. -g -O2 -Wall create_file.c g++ -c -I. -I.. -g -O2 -Wall bfile.c g++ -c -I. -I.. -g -O2 -Wall enable_priv.c g++ -c -I. -I.. -g -O2 -Wall fstype.c g++ -c -I. -I.. -g -O2 -Wall makepath.c g++ -c -I. -I.. -g -O2 -Wall save-cwd.c g++ -c -I. -I.. -g -O2 -Wall winapi.c /usr/bin/rm -f libfind.a /usr/ccs/bin/ar cr libfind.a find.o match.o find_one.o attribs.o create_file.o bfile.o enable_priv.o fstype.o makepath.o save-cwd.o winapi.o ranlib libfind.a make[1]: *** No rule to make target `../lib/libbac.a', needed by `all'. Stop. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/findlib' -e \a\a ====== Error in /home/jmentzel/bacula/bacula-1.36.3/src/findlib ======\a\a ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/filed make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/filed' g++ -c -I. -I.. -g -O2 -Wall filed.c g++ -c -I. -I.. -g -O2 -Wall authenticate.c g++ -c -I. -I.. -g -O2 -Wall backup.c g++ -c -I. -I.. -g -O2 -Wall estimate.c g++ -c -I. -I.. -g -O2 -Wall filed_conf.c g++ -c -I. -I.. -g -O2 -Wall heartbeat.c g++ -c -I. -I.. -g -O2 -Wall job.c g++ -c -I. -I.. -g -O2 -Wall restore.c g++ -c -I. -I.. -g -O2 -Wall status.c g++ -c -I. -I.. -g -O2 -Wall verify.c g++ -c -I. -I.. -g -O2 -Wall verify_vol.c make[1]: *** No rule to make target `../lib/libbac.a', needed by `bacula-fd'. Stop. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/filed' -e \a\a ====== Error in /home/jmentzel/bacula/bacula-1.36.3/src/filed ======\a\a ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/src/console make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/src/console' g++ -c -I. -I.. -g -O2 -Wall console.c g++ -c -I. -I.. -g -O2 -Wall console_conf.c g++ -c -I. -I.. -g -O2 -Wall authenticate.c g++ -c -I. -I.. -g -O2 -Wall conio.c make[1]: *** No rule to make target `../lib/libbac.a', needed by `bconsole'. Stop. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/src/console' -e \a\a ====== Error in /home/jmentzel/bacula/bacula-1.36.3/src/console ======\a\a ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/rescue make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/rescue' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/rescue' ==>Entering directory /home/jmentzel/bacula/bacula-1.36.3/rescue/linux make[1]: Entering directory `/home/jmentzel/bacula/bacula-1.36.3/rescue/linux' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jmentzel/bacula/bacula-1.36.3/rescue/linux'
