axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: sock_get_string_buf


From: root
Subject: Re: [Axiom-developer] Re: sock_get_string_buf
Date: Thu, 2 Nov 2006 02:28:33 -0500

following Alfredo's advice to apt-get install binutils-dev


cvs -z9 -q co -d gcl-2.6.8pre -r Version_2_6_8pre gcl

successfully builds on FreeBSD

================================================================

fails on MAC OSX PPC

config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default commands
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH msgfmt -o $file fr.po
/bin/sh: line 1: msgfmt: command not found
make[3]: *** [fr.gmo] Error 127
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [binutils/bfd/libbfd.a] Error 2
sh-2.05b# 

================================================================

successfully builds on debian 

================================================================

successfully builds on ubuntu

================================================================

successfully builds on Fedora 4

================================================================

successfully builds on Fedora 5

================================================================

fails on Fedora 6


gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  
-I/root/gcl-2.6.8pre/o -I../h -I../gcl-tk fat_string.c  
fat_string.c:17:17: error: bfd.h: No such file or directory
fat_string.c:18:21: error: bfdlink.h: No such file or directory
fat_string.c:231: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘bfd_combined_table_update’
fat_string.c: In function ‘fSset_up_combined’:
fat_string.c:299: error: invalid use of undefined type ‘struct 
bfd_link_info’
fat_string.c:302: warning: implicit declaration of function 
‘bfd_link_hash_traverse’
fat_string.c:302: error: invalid use of undefined type ‘struct 
bfd_link_info’
fat_string.c:303: error: ‘bfd_combined_table_update’ undeclared (first use 
in this function)
fat_string.c:303: error: (Each undeclared identifier is reported only once
fat_string.c:303: error: for each function it appears in.)
fat_string.c:309: error: invalid use of undefined type ‘struct 
bfd_link_info’
make[1]: *** [fat_string.o] Error 1
make[1]: Leaving directory `/root/gcl-2.6.8pre/o'
make: *** [unixport/saved_pre_gcl] Error 2
address@hidden gcl-2.6.8pre]# 



================================================================

successfully builds on RedHat 9

================================================================

fails on RedHat 7.2

gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  
-I/tmp/gcl-2.6.8pre/o -I../h -I../gcl-tk fat_string.c  
fat_string.c:231: parse error before `bfd_combined_table_update'
fat_string.c:231: warning: return type defaults to `int'
fat_string.c: In function `fSset_up_combined':
fat_string.c:303: warning: passing arg 2 of `bfd_link_hash_traverse' from 
incompatible pointer type
fat_string.c:310: warning: passing arg 2 of `bfd_link_hash_traverse' from 
incompatible pointer type
make[1]: *** [fat_string.o] Error 1
make[1]: Leaving directory `/tmp/gcl-2.6.8pre/o'
make: *** [unixport/saved_pre_gcl] Error 2


t


_______________________________________________
Axiom-developer mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-developer





reply via email to

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