You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Eric Lemings (JIRA)" <ji...@apache.org> on 2006/05/31 20:41:31 UTC

[jira] Created: (STDCXX-192) GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive.

GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive.
------------------------------------------------------------------------------------

         Key: STDCXX-192
         URL: http://issues.apache.org/jira/browse/STDCXX-192
     Project: C++ Standard Library
        Type: Bug

  Components: Build  
    Versions: 4.1.3, 4.1.4    
 Environment: Darwin machine.local 8.6.1 Darwin Kernel Version 8.6.1: Tue Mar  7 16:55:45 PST 2006; root:xnu-792.9.22.obj~1/RELEASE_I386 i386 i386
    Reporter: Eric Lemings


machine:~/Work user$ svn co http://svn.apache.org/repos/asf/incubator/stdcxx/trunk stdcxx
A stdcxx/generate.bat
A stdcxx/LICENSE.txt
A stdcxx/tests
A stdcxx/tests/tr1.util
...
A stdcxx/examples/manual/memfunc.cpp
A stdcxx/examples/manual/io_iter.cpp
A stdcxx/examples/manual/partsum.cpp
Checked out revision 410614.
machine:~/Work user$ cd stdcxx
machine:~/Work/stdcxx user$ make BUILDMODE="debug,shared,pthreads" CONFIG=gcc.config
creating BUILDDIR=/Users/user/Work/stdcxx/build
generating /Users/user/Work/stdcxx/build/makefile.in from /Users/user/Work/stdcxx/etc/config/gcc.config
make config

configuring for gcc-4.0.1 on darwin-8.6.1-i386

checking if the compiler is sane ok (invoked with gcc)
checking if the linker is sane ok (invoked with gcc)
checking system architecture ILP32 little endian
...
gcc -c -I/Users/user/Work/stdcxx/include/ansi -D_RWSTDDEBUG   -pthread -D_RWSTD_USE_CONFIG -I/Users/user/Work/stdcxx/build/include -I/Users/user/Work/stdcxx/include  -pedantic -nostdinc++ -g  -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /Users/user/Work/stdcxx/src/atomic-cxx.S
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
/Users/user/Work/stdcxx/src/i86/atomic.s:33:Unknown pseudo-op: .type
/Users/user/Work/stdcxx/src/i86/atomic.s:33:Rest of line ignored. 1st junk character valued 95 (_).
/Users/user/Work/stdcxx/src/i86/atomic.s:49:Unknown pseudo-op: .type
/Users/user/Work/stdcxx/src/i86/atomic.s:49:Rest of line ignored. 1st junk character valued 95 (_).
/Users/user/Work/stdcxx/src/i86/atomic.s:65:Unknown pseudo-op: .type
/Users/user/Work/stdcxx/src/i86/atomic.s:65:Rest of line ignored. 1st junk character valued 95 (_).
/Users/user/Work/stdcxx/src/i86/atomic.s:81:Unknown pseudo-op: .type
/Users/user/Work/stdcxx/src/i86/atomic.s:81:Rest of line ignored. 1st junk character valued 95 (_).
/Users/user/Work/stdcxx/src/i86/atomic.s:104:Unknown pseudo-op: .type
/Users/user/Work/stdcxx/src/i86/atomic.s:104:Rest of line ignored. 1st junk character valued 95 (_).
/Users/user/Work/stdcxx/src/i86/atomic.s:127:Unknown pseudo-op: .type
/Users/user/Work/stdcxx/src/i86/atomic.s:127:Rest of line ignored. 1st junk character valued 95 (_).
make[2]: *** [atomic-cxx.o] Error 1
make[1]: *** [lib] Error 2
make: *** [libstd] Error 2


-- 
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-192) GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive.

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

    Fix Version: 4.2
     Resolution: Fixed

I'm assuming this has been resolved with the referenced change.

> GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive.
> ------------------------------------------------------------------------------------
>
>          Key: STDCXX-192
>          URL: http://issues.apache.org/jira/browse/STDCXX-192
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3, 4.1.4
>  Environment: Darwin machine.local 8.6.1 Darwin Kernel Version 8.6.1: Tue Mar  7 16:55:45 PST 2006; root:xnu-792.9.22.obj~1/RELEASE_I386 i386 i386
>     Reporter: Eric Lemings
>     Assignee: Martin Sebor
>      Fix For: 4.2

>
> machine:~/Work user$ svn co http://svn.apache.org/repos/asf/incubator/stdcxx/trunk stdcxx
> A stdcxx/generate.bat
> A stdcxx/LICENSE.txt
> A stdcxx/tests
> A stdcxx/tests/tr1.util
> ...
> A stdcxx/examples/manual/memfunc.cpp
> A stdcxx/examples/manual/io_iter.cpp
> A stdcxx/examples/manual/partsum.cpp
> Checked out revision 410614.
> machine:~/Work user$ cd stdcxx
> machine:~/Work/stdcxx user$ make BUILDMODE="debug,shared,pthreads" CONFIG=gcc.config
> creating BUILDDIR=/Users/user/Work/stdcxx/build
> generating /Users/user/Work/stdcxx/build/makefile.in from /Users/user/Work/stdcxx/etc/config/gcc.config
> make config
> configuring for gcc-4.0.1 on darwin-8.6.1-i386
> checking if the compiler is sane ok (invoked with gcc)
> checking if the linker is sane ok (invoked with gcc)
> checking system architecture ILP32 little endian
> ...
> gcc -c -I/Users/user/Work/stdcxx/include/ansi -D_RWSTDDEBUG   -pthread -D_RWSTD_USE_CONFIG -I/Users/user/Work/stdcxx/build/include -I/Users/user/Work/stdcxx/include  -pedantic -nostdinc++ -g  -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /Users/user/Work/stdcxx/src/atomic-cxx.S
> i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
> /Users/user/Work/stdcxx/src/i86/atomic.s:33:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:33:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:49:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:49:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:65:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:65:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:81:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:81:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:104:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:104:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:127:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:127:Rest of line ignored. 1st junk character valued 95 (_).
> make[2]: *** [atomic-cxx.o] Error 1
> make[1]: *** [lib] Error 2
> make: *** [libstd] Error 2

-- 
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] Assigned: (STDCXX-192) GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive.

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

Martin Sebor reassigned STDCXX-192:
-----------------------------------

    Assign To: Martin Sebor

> GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive.
> ------------------------------------------------------------------------------------
>
>          Key: STDCXX-192
>          URL: http://issues.apache.org/jira/browse/STDCXX-192
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3, 4.1.4
>  Environment: Darwin machine.local 8.6.1 Darwin Kernel Version 8.6.1: Tue Mar  7 16:55:45 PST 2006; root:xnu-792.9.22.obj~1/RELEASE_I386 i386 i386
>     Reporter: Eric Lemings
>     Assignee: Martin Sebor

>
> machine:~/Work user$ svn co http://svn.apache.org/repos/asf/incubator/stdcxx/trunk stdcxx
> A stdcxx/generate.bat
> A stdcxx/LICENSE.txt
> A stdcxx/tests
> A stdcxx/tests/tr1.util
> ...
> A stdcxx/examples/manual/memfunc.cpp
> A stdcxx/examples/manual/io_iter.cpp
> A stdcxx/examples/manual/partsum.cpp
> Checked out revision 410614.
> machine:~/Work user$ cd stdcxx
> machine:~/Work/stdcxx user$ make BUILDMODE="debug,shared,pthreads" CONFIG=gcc.config
> creating BUILDDIR=/Users/user/Work/stdcxx/build
> generating /Users/user/Work/stdcxx/build/makefile.in from /Users/user/Work/stdcxx/etc/config/gcc.config
> make config
> configuring for gcc-4.0.1 on darwin-8.6.1-i386
> checking if the compiler is sane ok (invoked with gcc)
> checking if the linker is sane ok (invoked with gcc)
> checking system architecture ILP32 little endian
> ...
> gcc -c -I/Users/user/Work/stdcxx/include/ansi -D_RWSTDDEBUG   -pthread -D_RWSTD_USE_CONFIG -I/Users/user/Work/stdcxx/build/include -I/Users/user/Work/stdcxx/include  -pedantic -nostdinc++ -g  -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align  -fPIC /Users/user/Work/stdcxx/src/atomic-cxx.S
> i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
> /Users/user/Work/stdcxx/src/i86/atomic.s:33:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:33:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:49:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:49:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:65:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:65:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:81:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:81:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:104:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:104:Rest of line ignored. 1st junk character valued 95 (_).
> /Users/user/Work/stdcxx/src/i86/atomic.s:127:Unknown pseudo-op: .type
> /Users/user/Work/stdcxx/src/i86/atomic.s:127:Rest of line ignored. 1st junk character valued 95 (_).
> make[2]: *** [atomic-cxx.o] Error 1
> make[1]: *** [lib] Error 2
> make: *** [libstd] Error 2

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