digitalmars.D - DMD on Fedora 4
- Trevor Parscal (7/7) Oct 19 2005 I think I posted in the wrong group already, but.. ok..
- David Rushby (2/5) Oct 19 2005 Install the 'compat-libstdc++' rpm package?
- Trevor Parscal (11/16) Oct 19 2005 I did just that before you mentioned it... It worked.. Sometimes I ask d...
- =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= (2/22) Oct 19 2005 Maybe "chmod +x dmd" helps?
- John S. Skogtvedt (5/30) Oct 20 2005 I some times got that from Makefiles. In all cases, the solution was to
- Walter Bright (5/12) Oct 19 2005 What is going wrong?
- Carlos Santander (5/29) Oct 20 2005 I've had that problem too. I think you (Walter) are using a kinda old li...
I think I posted in the wrong group already, but.. ok.. So I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4, and it's being problematic because it doesnt have version 5 of libstdc++.so, but rather it has version 6. What should I do? Thanks, Trevor Parscal
Oct 19 2005
In article <dj4trv$16jp$1 digitaldaemon.com>, Trevor Parscal says...So I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4, and it's being problematic because it doesnt have version 5 of libstdc++.so, but rather it has version 6.Install the 'compat-libstdc++' rpm package?
Oct 19 2005
In article <dj6bpm$2ps$1 digitaldaemon.com>, David Rushby says...In article <dj4trv$16jp$1 digitaldaemon.com>, Trevor Parscal says...I did just that before you mentioned it... It worked.. Sometimes I ask dumb questions... Now I am wondering why shell scripts are acting up in Fedora 4.... Anyone seen this behavior: When I use file paths as arguments to a program, like "dmd Program.d" it can't find the file... Even when it's obviously there... I tried doing a cd to the directory using a root based path, and it did the same.. Don't know what's with that... And yes, I googled the hell out of it.. :) Thanks, Trevor ParscalSo I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4, and it's being problematic because it doesnt have version 5 of libstdc++.so, but rather it has version 6.Install the 'compat-libstdc++' rpm package?
Oct 19 2005
Trevor Parscal wrote:In article <dj6bpm$2ps$1 digitaldaemon.com>, David Rushby says...Maybe "chmod +x dmd" helps?In article <dj4trv$16jp$1 digitaldaemon.com>, Trevor Parscal says...I did just that before you mentioned it... It worked.. Sometimes I ask dumb questions... Now I am wondering why shell scripts are acting up in Fedora 4.... Anyone seen this behavior: When I use file paths as arguments to a program, like "dmd Program.d" it can't find the file... Even when it's obviously there... I tried doing a cd to the directory using a root based path, and it did the same.. Don't know what's with that...So I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4, and it's being problematic because it doesnt have version 5 of libstdc++.so, but rather it has version 6.Install the 'compat-libstdc++' rpm package?
Oct 19 2005
Trevor Parscal wrote:In article <dj6bpm$2ps$1 digitaldaemon.com>, David Rushby says...I some times got that from Makefiles. In all cases, the solution was to make sure it called /bin/bash instead of /bin/sh. It's a symlink, but apparently the binary does a name check. Hope this helps.In article <dj4trv$16jp$1 digitaldaemon.com>, Trevor Parscal says...I did just that before you mentioned it... It worked.. Sometimes I ask dumb questions... Now I am wondering why shell scripts are acting up in Fedora 4.... Anyone seen this behavior: When I use file paths as arguments to a program, like "dmd Program.d" it can't find the file... Even when it's obviously there... I tried doing a cd to the directory using a root based path, and it did the same.. Don't know what's with that... And yes, I googled the hell out of it.. :) Thanks, Trevor ParscalSo I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4, and it's being problematic because it doesnt have version 5 of libstdc++.so, but rather it has version 6.Install the 'compat-libstdc++' rpm package?
Oct 20 2005
What is going wrong? "Trevor Parscal" <Trevor_member pathlink.com> wrote in message news:dj4trv$16jp$1 digitaldaemon.com...I think I posted in the wrong group already, but.. ok.. So I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4,andit's being problematic because it doesnt have version 5 of libstdc++.so,butrather it has version 6. What should I do? Thanks, Trevor Parscal
Oct 19 2005
Walter Bright escribió:What is going wrong? "Trevor Parscal" <Trevor_member pathlink.com> wrote in message news:dj4trv$16jp$1 digitaldaemon.com...I've had that problem too. I think you (Walter) are using a kinda old linux distro. Or gcc version, I dunno. -- Carlos Santander BernalI think I posted in the wrong group already, but.. ok.. So I have used DMD on RedHat 9, it worked great. Now I am using Fedora 4,andit's being problematic because it doesnt have version 5 of libstdc++.so,butrather it has version 6. What should I do? Thanks, Trevor Parscal
Oct 20 2005