You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2006/02/24 19:26:43 UTC

[jira] Created: (STDCXX-154) [Sun C++ 5.7] unsats for placement new and delete

[Sun C++ 5.7] unsats for placement new and delete
-------------------------------------------------

         Key: STDCXX-154
         URL: http://issues.apache.org/jira/browse/STDCXX-154
     Project: C++ Standard Library
        Type: Bug
  Components: 18. Language Support  
    Versions: 4.1.3    
 Environment: Sun C++ 5.7, shared library build
    Reporter: Martin Sebor
 Assigned to: Martin Sebor 
     Fix For: 4.1.4


$ nice make BUILDTYPE=8d BUILDDIR=/build/sebor/sunpro-5.7-8d CONFIG=sunpro.config
creating BUILDDIR=/build/sebor/sunpro-5.7-8d
generating /build/sebor/sunpro-5.7-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/sunpro.config
make[1]: Entering directory `/build/sebor/sunpro-5.7-8d'
make[2]: Entering directory `/build/sebor/sunpro-5.7-8d/include'
make config
make[3]: Entering directory `/build/sebor/sunpro-5.7-8d/include'

configuring for CC-5.7 on sunos-5.9-sparc

checking if compiler is sane                       ok
checking if linker is sane                         ok
checking if run environment is sane                ok
checking system architecture                       ILP32 big endian
...
make[2]: Entering directory `/build/sebor/sunpro-5.7-8d/examples'
CC -c -D_RWSTD_USE_CONFIG -I/build/sebor/sunpro-5.7-8d/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include  -library=%none -O  +w  /build/sebor/dev/stdlib/examples/manual/accum.cpp
CC accum.o -o accum -library=%none -L/build/sebor/sunpro-5.7-8d/lib   -L/build/sebor/sunpro-5.7-8d/lib -lstd8d   -lm
Undefined                       first referenced
 symbol                             in file
void*operator new(unsigned,void*)                      accum.o
void operator delete(void*,void*)                      /build/sebor/sunpro-5.7-8d/lib/libstd8d.so
ld: fatal: Symbol referencing errors. No output written to accum
make[2]: *** [accum] Error 1
make[2]: Leaving directory `/build/sebor/sunpro-5.7-8d/examples'


-- 
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


[jira] Updated: (STDCXX-154) [Sun C++ 5.7] unsats for placement new and delete

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-154?page=all ]

Martin Sebor updated STDCXX-154:
--------------------------------

    Fix Version: 4.2
                     (was: 4.1.4)

> [Sun C++ 5.7] unsats for placement new and delete
> -------------------------------------------------
>
>          Key: STDCXX-154
>          URL: http://issues.apache.org/jira/browse/STDCXX-154
>      Project: C++ Standard Library
>         Type: Bug

>   Components: 18. Language Support
>     Versions: 4.1.3
>  Environment: Sun C++ 5.7, shared library build
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.2

>
> $ nice make BUILDTYPE=8d BUILDDIR=/build/sebor/sunpro-5.7-8d CONFIG=sunpro.config
> creating BUILDDIR=/build/sebor/sunpro-5.7-8d
> generating /build/sebor/sunpro-5.7-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/sunpro.config
> make[1]: Entering directory `/build/sebor/sunpro-5.7-8d'
> make[2]: Entering directory `/build/sebor/sunpro-5.7-8d/include'
> make config
> make[3]: Entering directory `/build/sebor/sunpro-5.7-8d/include'
> configuring for CC-5.7 on sunos-5.9-sparc
> checking if compiler is sane                       ok
> checking if linker is sane                         ok
> checking if run environment is sane                ok
> checking system architecture                       ILP32 big endian
> ...
> make[2]: Entering directory `/build/sebor/sunpro-5.7-8d/examples'
> CC -c -D_RWSTD_USE_CONFIG -I/build/sebor/sunpro-5.7-8d/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include  -library=%none -O  +w  /build/sebor/dev/stdlib/examples/manual/accum.cpp
> CC accum.o -o accum -library=%none -L/build/sebor/sunpro-5.7-8d/lib   -L/build/sebor/sunpro-5.7-8d/lib -lstd8d   -lm
> Undefined                       first referenced
>  symbol                             in file
> void*operator new(unsigned,void*)                      accum.o
> void operator delete(void*,void*)                      /build/sebor/sunpro-5.7-8d/lib/libstd8d.so
> ld: fatal: Symbol referencing errors. No output written to accum
> make[2]: *** [accum] Error 1
> make[2]: Leaving directory `/build/sebor/sunpro-5.7-8d/examples'

-- 
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


[jira] Resolved: (STDCXX-154) [Sun C++ 5.7] unsats for placement new and delete

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-154?page=all ]
     
Martin Sebor resolved STDCXX-154:
---------------------------------

    Fix Version:     (was: 4.2)
     Resolution: Invalid

This turned out to be caused by a bad compiler installation (on an unpatched OS).

> [Sun C++ 5.7] unsats for placement new and delete
> -------------------------------------------------
>
>          Key: STDCXX-154
>          URL: http://issues.apache.org/jira/browse/STDCXX-154
>      Project: C++ Standard Library
>         Type: Bug

>   Components: 18. Language Support
>     Versions: 4.1.3
>  Environment: Sun C++ 5.7, shared library build
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor

>
> $ nice make BUILDTYPE=8d BUILDDIR=/build/sebor/sunpro-5.7-8d CONFIG=sunpro.config
> creating BUILDDIR=/build/sebor/sunpro-5.7-8d
> generating /build/sebor/sunpro-5.7-8d/makefile.in from /build/sebor/dev/stdlib/etc/config/sunpro.config
> make[1]: Entering directory `/build/sebor/sunpro-5.7-8d'
> make[2]: Entering directory `/build/sebor/sunpro-5.7-8d/include'
> make config
> make[3]: Entering directory `/build/sebor/sunpro-5.7-8d/include'
> configuring for CC-5.7 on sunos-5.9-sparc
> checking if compiler is sane                       ok
> checking if linker is sane                         ok
> checking if run environment is sane                ok
> checking system architecture                       ILP32 big endian
> ...
> make[2]: Entering directory `/build/sebor/sunpro-5.7-8d/examples'
> CC -c -D_RWSTD_USE_CONFIG -I/build/sebor/sunpro-5.7-8d/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include  -library=%none -O  +w  /build/sebor/dev/stdlib/examples/manual/accum.cpp
> CC accum.o -o accum -library=%none -L/build/sebor/sunpro-5.7-8d/lib   -L/build/sebor/sunpro-5.7-8d/lib -lstd8d   -lm
> Undefined                       first referenced
>  symbol                             in file
> void*operator new(unsigned,void*)                      accum.o
> void operator delete(void*,void*)                      /build/sebor/sunpro-5.7-8d/lib/libstd8d.so
> ld: fatal: Symbol referencing errors. No output written to accum
> make[2]: *** [accum] Error 1
> make[2]: Leaving directory `/build/sebor/sunpro-5.7-8d/examples'

-- 
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