[LLVMbugs] [Bug 6550] linker error for std::istream::seekg

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 30 12:52:06 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6550

Ettl Martin <ettl.martin at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ettl.martin at gmx.de
         Resolution|FIXED                       |

--- Comment #2 from Ettl Martin <ettl.martin at gmx.de> 2010-11-30 14:52:05 CST ---
$ clang++ -v 
clang version 2.8 (branches/release_28)
Target: i386-pc-linux-gnu
Thread model: posix


This bug is still present:

compiling the test.cc file gives:

$ clang++ test.cc 
/tmp/cc-fxU0jW.o: In function `main':
test.cc:(.text+0x9c): undefined reference to `std::basic_istream<char,
std::char_traits<char> >::seekg(long, std::_Ios_Seekdir)'
collect2: ld returned 1 exit status

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list