bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ld: Unsatisfied symbols -- help


From: BhaskerReddy Amireddy
Subject: ld: Unsatisfied symbols -- help
Date: 24 May 2005 07:02:47 -0000

  
  Hello,

   When I was installing bash-3.0 on hppa2.0-hp-hpux10.20 I have got the 
following problem...
 
   Configuration was (seems to be) successful. After configuration 
  when I make earlier it was giving the following problem.

   In bash-3.0/lib/sh/strftime.c and /usr/local/sys/time.h there was a type 
conflict for the symbol timezone. I changed the type of timezone in strftime.c 
. 
  
  Lines :
  In strftime.c 
   earlier extern int timezone, altzone;
   changed to : extern long timezone, altzone;

 after this change when I make 

  it is givin following error

gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L
./lib/malloc -L./lib/sh    -g -O2 -o bash shell.o eval.o y.tab.o general.o make_
cmd.o print_cmd.o  dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o ex
pr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwin
d_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o braces.o b
racecomp.o bashhist.o bashline.o siglist.o list.o stringlib.o locale.o findcmd.o
 redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline -l
history -ltermcap -lglob -ltilde -lmalloc lib/intl/libintl.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   altzone (data)
collect2: ld returned 1 exit status
make: *** [bash] Error 1


  Can anybody help me out

 - bhasker

  






 Regards,

 Bhasker Reddy Amireddy
 MCA
 Department Of Computer Science
 University Of Pune
 Pune,  India  


reply via email to

[Prev in Thread] Current Thread [Next in Thread]