Farid Zaripov wrote:
Martin Sebor wrote:
FYI, it's good to show the complete command line.
Original GNUmakefile.tst:
[...]
$ make -r 21.string.io
[...]
Modified GNUmakefile.tst:
How did you modify the makefile to correct the behavior? Just
by reversing the order of TARGET's dependencies (as you said
before)?
Martin
$ make 21.string.io
gcc -pedantic -nostdinc++ -W -Wall -Wcast-qual -Winline -Wshadow
-Wwrite-strings -Wno-long-long -Wcast-align
-I/usr/src/Incubator/stdcxx/trunk/include/ansi -D_RWSTD_USE_CONFIG
-I/usr/src/Incubator/stdcxx/trunk/include
-I/usr/src/Incubator/stdcxx/trunk/build/include
-I/usr/src/Incubator/stdcxx/trunk/../rwtest
-I/usr/src/Incubator/stdcxx/trunk/../rwtest/include
-I/usr/src/Incubator/stdcxx/trunk/tests/include
-L/usr/src/Incubator/stdcxx/trunk/build/rwtest -lrwtest
-L/usr/src/Incubator/stdcxx/trunk/build/lib -lstd
/usr/src/Incubator/stdcxx/trunk/tests/strings/21.string.io.cpp
/usr/src/Incubator/stdcxx/trunk/build/rwtest/librwtest.a
/usr/src/Incubator/stdcxx/trunk/build/lib/libstd.a -lsupc++ -lm -o
21.string.io
In any event, could you please open an issue in Jira for this
and cross-reference this thread (by pasting a link to the archive
into the issue)?
http://issues.apache.org/jira/browse/STDCXX-252
Farid.