This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable


------- Additional Comments From mckelvey at maskull dot com  2004-06-07 03:19 -------
Still fails with unresolved references to libintl. I can't figure out where to
add -lintl to make it succeed. Note that the problem is similar to 15830.

Test Run By mckelvey on Sun Jun  6 20:06:43 2004
Native configuration is alphaev56-unknown-linux-gnu

		=== libstdc++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for
target.
Using /home/mckelvey/software/gcc/libstdc++-v3/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running
/home/mckelvey/software/gcc/libstdc++-v3/testsuite/libstdc++-dg/normal.exp ...
LD_LIBRARY_PATH =
:/home/mckelvey/software/gcc-obj/gcc:/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3/src/.libs:/lib:/usr/local/lib:$TOTALVIEW/lib
In v3-list-tests
blddir =
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3
tests_file =
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3/testsuite/testsuite_files
Executing on host: /home/mckelvey/software/gcc-obj/gcc/g++ -shared-libgcc
-B/home/mckelvey/software/gcc-obj/gcc/ -nostdinc++
-L/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src
-L/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/alphaev56-unknown-linux-gnu/bin/
-B/usr/local/alphaev56-unknown-linux-gnu/lib/ -isystem
/usr/local/alphaev56-unknown-linux-gnu/include -isystem
/usr/local/alphaev56-unknown-linux-gnu/sys-include -g -O2 -D_GLIBCXX_ASSERT
-ffunction-sections -fdata-sections -fmessage-length=0
-DLOCALEDIR="/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/po/share/locale"
-nostdinc++
-I/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/include/alphaev56-unknown-linux-gnu
-I/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/include
-I/home/mckelvey/software/gcc/libstdc++-v3/libsupc++
-I/home/mckelvey/software/gcc/libstdc++-v3/libsupc++
-I/home/mckelvey/software/gcc/libstdc++-v3/include/backward
-I/home/mckelvey/software/gcc/libstdc++-v3/testsuite
/home/mckelvey/software/gcc/libstdc++-v3/testsuite/17_intro/header_cassert.cc   
-include bits/stdc++.h 
-L/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3/testsuite
-lv3test -lm   -o ./header_cassert.exe    (timeout = 300)
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_bindtextdomain'
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_textdomain'
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_bindtextdomain'
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_textdomain'
collect2: ld returned 1 exit status



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15582


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]