Mailinglist Archive: opensuse (2086 mails)
| < Previous | Next > |
Re: [opensuse] GCC on AMD64 architecture
- From: Jerry Feldman <gaf@xxxxxxx>
- Date: Tue, 14 Aug 2007 14:41:24 -0400
- Message-id: <20070814144124.1113a252@xxxxxxxxxxx>
On Tue, 14 Aug 2007 14:40:06 +0100 (BST)
John ffitch <jpff@xxxxxxxxxxxxxx> wrote:
> I am chasing a difference between a library compiled on 64bit Ubuntu
> and 64bit Suse10.2. (basically it fails the tests on SuSE but is OK on
> Ubuntu)
>
> So far the only thing we have noticed is that on Suse the compiler is
> said to be prerelease
>
> gcc -v
> Using built-in specs.
> Target: x86_64-suse-linux
> Configured with: ../configure --enable-threads=posix --prefix=/usr
> --with-local-prefix=/usr/local --infodir=/usr/share/info
> --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
> --enable-languages=c,c++,objc,fortran,obj-c++,java,ada
> --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
> --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64
> --with-system-zlib --enable-shared --enable-__cxa_atexit
> --enable-libstdcxx-allocator=new --program-suffix=-4.1
> --enable-version-specific-runtime-libs --without-system-libunwind
> --with-cpu=generic --host=x86_64-suse-linux
> Thread model: posix
> gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
>
> while on Ubuntu
>
> gcc -v
> Using built-in specs.
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --enable-languages=c,c++,
> fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared
> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
> --enable-threads=posix --enable-nls --program-suffix=-4.1
> --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
> --enable-mpfr --enable-checking=release x86_64-linux-gnu
> Thread model: posix
> gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
>
>
> Can this really be a problem? Why is SuSE on a prerelease?
Can you post the error messages. Also, this is probably more
appropriate on the suse-linux-programming list.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
John ffitch <jpff@xxxxxxxxxxxxxx> wrote:
> I am chasing a difference between a library compiled on 64bit Ubuntu
> and 64bit Suse10.2. (basically it fails the tests on SuSE but is OK on
> Ubuntu)
>
> So far the only thing we have noticed is that on Suse the compiler is
> said to be prerelease
>
> gcc -v
> Using built-in specs.
> Target: x86_64-suse-linux
> Configured with: ../configure --enable-threads=posix --prefix=/usr
> --with-local-prefix=/usr/local --infodir=/usr/share/info
> --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
> --enable-languages=c,c++,objc,fortran,obj-c++,java,ada
> --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
> --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64
> --with-system-zlib --enable-shared --enable-__cxa_atexit
> --enable-libstdcxx-allocator=new --program-suffix=-4.1
> --enable-version-specific-runtime-libs --without-system-libunwind
> --with-cpu=generic --host=x86_64-suse-linux
> Thread model: posix
> gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
>
> while on Ubuntu
>
> gcc -v
> Using built-in specs.
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --enable-languages=c,c++,
> fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared
> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
> --enable-threads=posix --enable-nls --program-suffix=-4.1
> --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
> --enable-mpfr --enable-checking=release x86_64-linux-gnu
> Thread model: posix
> gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
>
>
> Can this really be a problem? Why is SuSE on a prerelease?
Can you post the error messages. Also, this is probably more
appropriate on the suse-linux-programming list.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
| < Previous | Next > |