PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gcc 3.4 Debian prerelease?


Gast
2003-12-14, 17:14:23
Gibt es sowas? Ich kann nämlich den 3.4 kaum erwarten!

(del676)
2003-12-14, 17:18:20
und warum?

Gast
2003-12-14, 17:28:50
u.a. darum:- Precompiled headers are now supported. Precompiled headers can dramatically speed up compilation of some projects. There are some restrictions; read the manual for the details.
- A hand-written recursive-descent C++ parser has replaced the YACC-derived C++ parser from previous GCC releases. The new parser contains much improved infrastructure needed for better parsing of C++ source codes, handling of extensions, and clean separation (where possible) between proper semantics analysis and parsing. The new parser fixes many bugs that were found in the old parser.

Harleckin
2003-12-15, 07:43:06
deb ftp://ftp.debian.org/debian ../project/experimental main

-> "gcc-snapshot"

Gast
2003-12-28, 14:50:13
Danke! Sorry für die späte Antwort.

Noch eine Frage: was ist der Unterschiede zwischen gcc-snapshot Package: gcc-snapshot
Priority: extra
Section: devel
Installed-Size: 175608
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Architecture: i386
Version: 20031206-1
Depends: libart-2.0-2 (>= 2.3.8), libatk1.0-0 (>= 1.4.1), libc6 (>= 2.3.2.ds1-4), libglib2.0-0 (>= 2.2.3), libgtk2.0-0 (>= 2.2.1), libpango1.0-0 (>= 1.2.1), xlibs (>> 4.1.0) | libice6, xlibs (>> 4.1.0) | libsm6, xlibs (>> 4.1.0) | libx11-6, zlib1g (>= 1:1.2.1), binutils (>= 2.14.90.0.5)
Filename: pool/main/g/gcc-snapshot/gcc-snapshot_20031206-1_i386.deb
Size: 45093540
MD5sum: 698cc59d18417c8fc5591677e5654191
Description: A SNAPSHOT of the GNU Compiler Collection
und gcc-experimentalPackage: gcc-experimental
Priority: extra
Section: devel
Installed-Size: 104900
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Architecture: i386
Version: 20030315-1
Depends: libc6 (>= 2.3.1-1), xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4), binutils (>= 2.12.90.0.15)
Filename: pool/main/g/gcc-experimental/gcc-experimental_20030315-1_i386.deb
Size: 31015990
MD5sum: 60a177c2892638950973a350f151debe
Description: A SNAPSHOT of the The GNU Compiler Collection.
Letzterer ist nämlich deutlich kleiner ...

Lokadamus
2003-12-28, 14:55:05
mmm...

Wenn ich es richtig mitbekommen habe, ist Snapshot immer eine neukompiliert Version vom Vortag, bzw. vom aktuellen Tag. Dadurch sind hier schon einige Fixes mit drinne, die bei den "normalen" Versionen fehlen ... experimentel dürfte der allgemeine Zustand der Distri sein, sprich, hört sich nach Alpha, bzw. Betatest an, daraus wird irgendwann die Vollversion werden ...

Gast
2003-12-28, 15:32:28
funzt jetzt:
1) apt-get install gcc-snapshot
2) cp /usr/lib/gcc-snapshot/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6
3) aufrufen mit /usr/lib/gcc-snapshot/bin/g++