[ http://issues.apache.org/jira/browse/STDCXX-50?page=all ] Martin Sebor closed STDCXX-50: ------------------------------
Fix confirmed. > [gcc/IRIX] ld warning 84: library is not used for resolving any symbol > ---------------------------------------------------------------------- > > Key: STDCXX-50 > URL: http://issues.apache.org/jira/browse/STDCXX-50 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: gcc/IRIX > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Minor > Fix For: 4.1.3 > > When linking some programs with gcc on IRIX the linker emits diagnostics > similar to the ones below: > gcc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG > -D_RWSTD_USE_CONFIG -I/build/sebor/gcc-3.4.3-15s/include > -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include > -pedantic -nostdinc++ -g -Wall -W -Wcast-qual -Winline -Wshadow > -Wwrite-strings -Wno-long-long -Wcast-align > /build/sebor/dev/stdlib/examples/manual/accum.cpp > gcc accum.o -o accum -L/build/sebor/gcc-3.4.3-15s/lib -lstd15s -lsupc++ > -lpthread -lm > ld32: WARNING 84 : /usr/lib32/libpthread.so is not used for resolving any > symbol. > ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
