digitalmars.D - DMD on Fedora 4
- Trevor Parscal <Trevor_member pathlink.com> Oct 19 2005
- David Rushby <David_member pathlink.com> Oct 19 2005
- Trevor Parscal <Trevor_member pathlink.com> Oct 19 2005
- =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= <jmjmak invalid_utu.fi> Oct 19 2005
- "John S. Skogtvedt" <jss2k2 chello.no> Oct 20 2005
- "Walter Bright" <newshound digitalmars.com> Oct 19 2005
- Carlos Santander <csantander619 gmail.com> Oct 20 2005
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...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?
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 Parscal
Oct 19 2005
Trevor Parscal wrote:In article <dj6bpm$2ps$1 digitaldaemon.com>, David Rushby says...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?
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...
Maybe "chmod +x dmd" helps?
Oct 19 2005
Trevor Parscal wrote:In article <dj6bpm$2ps$1 digitaldaemon.com>, David Rushby says...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?
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 Parscal
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.
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,
it's being problematic because it doesnt have version 5 of libstdc++.so,
rather 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 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
I've had that problem too. I think you (Walter) are using a kinda old linux distro. Or gcc version, I dunno. -- Carlos Santander Bernal
Oct 20 2005









=?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= <jmjmak invalid_utu.fi> 