bugGNU Common Lisp - Bugs: bug #16696, Configure script not checking for...

 
 

bug #16696: Configure script not checking for bfd library

Submitter:  None
Submitted:  Mon 29 May 2006 09:07:03 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 15 Sep 2006 08:10:28 PM UTC, comment #1: 

Greetings!  Fixed in 2.6.8pre and cvs head.
Take care,

Camm Maguire <camm>
Group administrator
Mon 29 May 2006 09:07:03 PM UTC, original submission:  

I tried to compile gcl-2.6.7 on a Sun Ultra 80 workstation, but it fails on several occaisons. I'll submit them as bugs, but here is one of them.

The linking fails with the error message:

ld: fatal: library -lbfd: not found

I don't think I have the library installed, which is no doubt why it is not linking properly. But this sort of error should be picked up at the configure stage, not during the link phase.

Here's a bit more of the output, and after that there is some information about the system.

./xbin/move-if-changed mv tmpx h/cmpinclude.h
tmpx and h/cmpinclude.h are identical
./xbin/move-if-changed cp h/cmpinclude.h o/cmpinclude.h
h/cmpinclude.h and o/cmpinclude.h are identical
gmake[1]: Leaving directory `/export/home/drkirkby/gcl-2.6.7'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; gmake all)
gmake[1]: Entering directory `/export/home/drkirkby/gcl-2.6.7/o'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/export/home/drkirkby/gcl-2.6.7/o'
cd unixport && gmake saved_pre_gcl
../lsp/*.o: No such file or directory
../cmpnew/*.o: No such file or directory
../mod/*.o: No such file or directory
../pcl/*.o: No such file or directory
../clcs/*.o: No such file or directory
../clcs/clcs_*.lisp: No such file or directory
gmake[1]: Entering directory `/export/home/drkirkby/gcl-2.6.7/unixport'
touch raw_pre_gcl_map
gcc -o raw_pre_gcl  \
        -L.    -lpre_gcl -lm  -lgmp -lbfd -liberty -lsocket -lnsl -lc -lgclp
ld: fatal: library -lbfd: not found
ld: fatal: File processing errors. No output written to raw_pre_gcl
collect2: ld returned 1 exit status
gmake[1]: * [raw_pre_gcl] Error 1
gmake[1]: Leaving directory `/export/home/drkirkby/gcl-2.6.7/unixport'
gmake: * [unixport/saved_pre_gcl] Error 2





sparrow /export/home/drkirkby/gcl-2.6.7 % uname -a
SunOS sparrow 5.10 Generic_118833-02 sun4u sparc SUNW,Ultra-80
sparrow /export/home/drkirkby/gcl-2.6.7 % cat /etc/release
                       Solaris 10 1/06 s10s_u1wos_19a SPARC
           Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                           Assembled 07 December 2005
sparrow /export/home/drkirkby/gcl-2.6.7 % gcc -v
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-15 camm StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code