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

gunpro make error



Dear sir,
 
index packages gnupro_20001117.orig.tar.gz
Package: gnupro_20001117.orig.tar.gz
Version: unknown
 
When I made the gnupro_20001117.orig.tar.gz, some error messages was occurred:
 
(1) ..........
     ..........
final.o: In function 'insn_current_reference_addresses':
/applications/gnupro/gcc/../../gnupro-20001117.orig/gcc/final.c:929:undefined reference to 'INSN_ADDRESSES_SET_P'
collect2: Id returned 1 exit status
make[1]: *** [cc1] Error 1
make[1]: Leaving directory '/applications/gnupro/gcc'
make: *** [all-gcc] Error 2
 
I tried to find the function 'INSN_CURRENT_SET_P( )' in all source codes gunziped from
gnupro_20001117.orig.tar.gz, but I dont find the function in any code, why I cant find the
function in any code??? so I masked the code, and continued to make, but a error was occurred as follows: (2)
 
(2)  .........
      .........
makeinfo -I../../gnupro-20001117.orig/gcc -o cpp.info ../../gnupro-20001117.orig/gcc/cpp.texi
../../gnupro-20001117.orig/gcc/cpp.texi:404: '.' or ',' must follow cross reference, not T.
../../gnupro-20001117.orig/gcc/cpp.texi:2779: '.' or ',' must follow cross reference, not @.
../../gnupro-20001117.orig/gcc/cpp.texi:2849: '.' or ',' must follow cross reference, not @.
makeinfo: Removing output file 'cpp.info' due to errors; use --force to preserve.
make[1]: *** [cpp.info] Error 2
make[1]: Leaving directory '/applications/gnupro/gcc'
make: *** [all-gcc] Error 2
 
Would you tell me what happened was it?
I am using perl version 5.005_03, kernel version 2.2.5-15CLE, gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release), Pentium III 700Hz, and libc-2.1.1.so.
 
My directory is /applications, and I made another directory /applications/gnupro.
My steps are as follows:
# cd applications
# ls
   gnupro-20001117.orig    gnupro_20001117.orig.tar.gz  gnupro  lost+found
   gnupro-20001117-1.diff.gz
# cd gnupro-*
# zcat gnupro-20001117-1.diff.gz |patch -p1
# cd /applications/gnupro
# ../gnupro-20001117.orig/configure
# make
But errors was occurred during making codes as above (1), (2).
 
Thank you for your help.
 
With best regards,
Sample Lin

Reply to: