bug-gnu-utils
[Top][All Lists]
Advanced

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

ld asked me to report this.


From: Diederik Hattingh
Subject: ld asked me to report this.
Date: Wed, 20 Sep 2006 09:34:04 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Hallo.
I just tried to link my code, and got the following error.

/usr/bin/ld: BFD 2.15.94.0.2.2 20041220 (SuSE Linux) internal error, aborting at ../../bfd/cache.c line 495 in bfd_cache_lookup_worker

/usr/bin/ld: Please report this bug.

collect2: ld returned 1 exit status



As you can see it is a rather oldish version of ld, so I hope this has not been reported before.

This is a rather large software product, that is being compiled, so we have decided that (for the linux version) we will stick to gcc version 3.4.3.

I had a strange problem with linking earlier this morning: ld said that my method call was undefined. The argument list was two (templete) classes, a reference parameter, and another (non tamplete) class.

As can be deduced from the templetes, we are using c++.

things that were asked of me from (http://www.linuxselfhelp.com/gnu/ld/html_chapter/ld_6.html)
ld --version
GNU ld version 2.15.94.0.2.2 20041220 (SuSE Linux)
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.

No patches has been applied, gcc 3.4.3 has been built from source (file LAST_UPDATED says Obtained from CVS: -rgcc_3_4_3_release )


My machine is Intel running suse 9.3

gcc --version
gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Make file arguments
-lpk_kernelext -lcommon -Wl,-rpath,/home/djh/Development/workspace/ws_IXUS/ixus/src/../../common/core/lib -lgeometry -lproperty -lparametrics -llogging -lcommandframework -Wl,-rpath,/home/djh/Development/workspace/ws_IXUS/ixus/src/../../common/commandframework/lib -lvariant -lqassistantclient -L/opt/Qt/qt-x11-commercial-3.3.6-debug/lib -L/usr/X11R6/lib -lGLU -lGL -lXmu -lSM -lICE -ldl -lqt-mt -lXext -lX11 -lm -lpthread

I would rather not send any files -- closed source project.




reply via email to

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