[LLVMbugs] problem building LLVM

Misha Brukman brukman at uiuc.edu
Wed Jul 23 12:43:20 PDT 2003


On Wed, Jul 23, 2003 at 02:32:11PM -0500, Rahul Joshi wrote:
> ======= Linking sample dynamic debug library =======
> /usr/bin/ld: /home/zilles/rujoshi/ll/llvm/projects/sample/lib/Debug/.libs/libsample.so.0.0.0: undefined versioned symbol name __frame_state_for@@GLIBC_2.0
> /usr/bin/ld: failed to set dynamic section sizes: Bad value
> collect2: ld returned 1 exit status
> make[3]: *** [/home/zilles/rujoshi/ll/llvm/projects/sample/lib/Debug/libsample.so] Error 1

If you are using CVS, I assume you are up to date with our CVS tree.

To help us track down the problem, please specify the following:

* Your environment (hardware, OS version, GCC, LD versions)
  i.e., right now, I cannot verify this on Sun Sparc Solaris 2.8, or
  on X86-Linux (RH8).
* Output of "gmake VERBOSE=1", but we only want the command line that is
  right after the line 
  "======= Linking sample dynamic debug library ======="
  because that gives us the exact command-line options your linker is
  using.

Thanks.

-- 
Misha Brukman :: http://misha.brukman.net



More information about the llvm-bugs mailing list