D.gnu - Some questions about the Ubuntu gdc
- Martin Hess (8/8) Nov 16 2007 I have a few questions about the gdc that comes with the latest Ubuntu
- Arthur Loiret (13/22) Nov 16 2007 Content-Disposition: inline
- Jan Claeys (18/33) Nov 18 2007 On most linux distributions, documentation can be found in '/usr/share/
- Arthur Loiret (9/35) Nov 24 2007 Content-Disposition: inline
I have a few questions about the gdc that comes with the latest Ubuntu installer: 1) Where are the stress results for this version of the compiler (prerelease gdc 0.25)? http://dstress.kuehne.cn/www/dstress.html 2) What version of Phobos does it include? 3) Where are the docs for Phobos and D installed? 4) Where is Phobos installed?
Nov 16 2007
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Martin, On 2007/11/16, Martin Hess <martinhess mac.com> wrote:I have a few questions about the gdc that comes with the latest Ubuntu installer: =20 1) Where are the stress results for this version of the compiler (prerelease gdc 0.25)? http://dstress.kuehne.cn/www/dstress.htmlDon't know, why don't you run tests yourself? :-)2) What version of Phobos does it include?1.0, from gdc's SVN.3) Where are the docs for Phobos and D installed?/usr/include/d/(4.1) /usr/share/doc/gdc-4.1/4) Where is Phobos installed?/usr/lib/libgphobos.a You might want to run aptitude download gdc-4.1 && dpkg -c gdc-4.1_*.deb | less or something next time. Arthur.
Nov 16 2007
Op Fri, 16 Nov 2007 20:53:23 +0100, schreef Arthur Loiret:On 2007/11/16, Martin Hess <martinhess mac.com> wrote:[...]I have a few questions about the gdc that comes with the latest Ubuntu installer:On most linux distributions, documentation can be found in '/usr/share/ doc/<packagename>' or sometimes '/usr/doc/<packagename>'. Arthur: maybe it would also be useful to add the GDC docs to 'devhelp'? That way they can be included in all IDEs supporting the "devhelp API".3) Where are the docs for Phobos and D installed?/usr/include/d/(4.1) /usr/share/doc/gdc-4.1/or: $ dpkg -L gdc-4.1 | grep phobos /usr/lib/libgphobos.a /usr/include/d/4.1/x86_64-linux-gnu/phobos-ver-syms or: $ dpkg -S phobos gdc-4.1: /usr/include/d/4.1/x86_64-linux-gnu/phobos-ver-syms stellarium-data: /usr/share/stellarium/textures/phobos.png gdc-4.1: /usr/lib/libgphobos.a No need to download it again after installing it... :-) -- JanC4) Where is Phobos installed?/usr/lib/libgphobos.a You might want to run aptitude download gdc-4.1 && dpkg -c gdc-4.1_*.deb | less or something next time.
Nov 18 2007
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Nov 19, 2007 at 04:40:25AM +0000, Jan Claeys wrote:Arthur: maybe it would also be useful to add the GDC docs to 'devhelp'? That way they can be included in all IDEs supporting the "devhelp API".I suppose it would, but I'm not a gnome user and I've never used it before. If you want to do so, please go on. ;-)Right... shame on me. :-) Have a nice day, Arthur.=20 or: =20 $ dpkg -L gdc-4.1 | grep phobos /usr/lib/libgphobos.a /usr/include/d/4.1/x86_64-linux-gnu/phobos-ver-syms =20 or: =20 $ dpkg -S phobos gdc-4.1: /usr/include/d/4.1/x86_64-linux-gnu/phobos-ver-syms stellarium-data: /usr/share/stellarium/textures/phobos.png gdc-4.1: /usr/lib/libgphobos.a =20 =20 No need to download it again after installing it... :-)4) Where is Phobos installed?=20 /usr/lib/libgphobos.a =20 =20 You might want to run aptitude download gdc-4.1 && dpkg -c gdc-4.1_*.deb | less or something next time.
Nov 24 2007