fermi:/tmp anthony$ g++-3.3 foo.cpp
fermi:/tmp anthony$ echo $?
0
fermi:/tmp anthony$ g++-4.0 foo.cpp
foo.cpp:1:20: error: iostream: No such file or directory
foo.cpp: In function ‘int main()’:
foo.cpp:4: error: ‘cout’ is not a member of ‘std’
fermi:/tmp anthony$ cat foo.cpp
#include
int main()
Le 15 juin 2006 à 07:27, Daniel Macks a écrit :
I just checked my /sw/bin/* files and found that several specify
#!/sw/bin/perl as their interpretter but their packages do not specify
any Depends:perlXXX. That's bad.
This situation often results from a ./configure detecting "first
'perl' in $P
I just checked my /sw/bin/* files and found that several specify
#!/sw/bin/perl as their interpretter but their packages do not specify
any Depends:perlXXX. That's bad.
This situation often results from a ./configure detecting "first
'perl' in $PATH" when a perlXXX package happens to be installed.
There is now a script available which will attempt to update a 10.4-
transitional (or 10.3) fink installation to the 10.4 tree. The
script comes in a tarball which also contains basic deb files for a
10.4 installation (and hence is nearly 12 MB).
I'll announce this script generally in a day