I don't want to put this in the BTS because I *know* gcc-3.0 is beta.
The libstdc++3 package contains a libtool file /usr/lib/libstdc++.la, which
points libtool at /usr/lib/libstdc++.so, which doesn't exist.
So, if you've got libstdc++3 installed, you can't use libtool to build C++
programs, whet
Hi.
I have installed the testing Debian distribution on my desktop. I have
also installed
g77-3.0 (Version 1:3.0-0pre010403) and I have tried to compile the
following program:
implicit double precision(a-h,o-z)
a=1.d0
b=sin(a)
write(6,*) b
stop
end
I have obtained this error messages
Hi.
I have installed the testing Debian distribution on my desktop. I have
also installed
g77-3.0 (Version 1:3.0-0pre010403) and I have tried to compile the
following program:
implicit double precision(a-h,o-z)
a=1.d0
b=sin(a)
write(6,*) b
stop
end
I have obtained this error me
3 matches
Mail list logo