Thanks again!
I try running ranlib and then gmake but the error persists:
==== Make of filed is good ====
gmake[1]: Leaving directory `/tmp/bacula/temp/bacula-1.36.1/src/filed'
==>Entering directory /tmp/bacula/temp/bacula-1.36.1/src/console
gmake[1]: Entering directory `/tmp/bacula/temp/bacula-1.36.1/src/console'
g++ -L../lib -L../cats -o bconsole console.o console_conf.o authenticate.o conio.o \
-ltermcap -lbac -lm -lpthread
ld: 0711-317 ERROR: Undefined symbol: win32_client
ld: 0711-317 ERROR: Undefined symbol: TERM_msg
ld: 0711-317 ERROR: Undefined symbol: OK_msg
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
gmake[1]: *** [bconsole] Error 1
gmake[1]: Leaving directory `/tmp/bacula/temp/bacula-1.36.1/src/console'
-e ====== Error in /tmp/bacula/temp/bacula-1.36.1/src/console ======
==>Entering directory /tmp/bacula/temp/bacula-1.36.1/rescue
gmake[1]: Entering directory `/tmp/bacula/temp/bacula-1.36.1/rescue'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/tmp/bacula/temp/bacula-1.36.1/rescue'
==>Entering directory /tmp/bacula/temp/bacula-1.36.1/rescue/linux
gmake[1]: Entering directory `/tmp/bacula/temp/bacula-1.36.1/rescue/linux'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/tmp/bacula/temp/bacula-1.36.1/rescue/linux'
Any more sugestions?
I need so much install bacula on Aix and I can't find the answer on google.
Fernanda.
On 9/22/05, Martin Simmons <[EMAIL PROTECTED]> wrote:
Fernanda> Hi Martin!
Fernanda> Thanks for your help!
Fernanda> When I do this gmake returns me the second error I post here :-( :
Fernanda> # gmake
Fernanda> g++ -c -I. -I.. -g -O2 -Wall conio.c
Fernanda> In file included from ../bacula.h:113,
Fernanda> from conio.c:52:
Fernanda> /usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/include/pth=
Fernanda> read.h:166:
Fernanda> warning: missing white space after `#define PTHREAD_ONCE_INIT'
Fernanda> g++ -L../lib -L../cats -o bconsole console.o console_conf.o authenticate.o
Fernanda> conio.o \
Fernanda> -ltermcap -lbac -lm -lpthread
Fernanda> ld: 0711-317 ERROR: Undefined symbol: win32_client
Fernanda> ld: 0711-317 ERROR: Undefined symbol: TERM_msg
Fernanda> ld: 0711-317 ERROR: Undefined symbol: OK_msg
Fernanda> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
Fernanda> information.
Fernanda> collect2: ld returned 8 exit status
Fernanda> gmake: *** [bconsole] Error 1
Did you try running that ranlib command again?
__Martin