The lang/clang package from the new stable branch doesn't want to work
for me any more.
$ clang++ c.cc
c.cc:1:10: fatal error: 'iostream' file not found
#include <iostream>
^
1 error generated.
$ g++ c.cc
$ cat c.cc
#include <iostream>
#include <cstdlib>
int main(int argc, char **argv)
{
std::cout<< "Hello, world!\n";
exit(0);
}
$
I first noticed it when I was rebuilding something that only needed
linking, and it couldn't find libc++.
The new version is 3.4. It did work with 3.3 from the previous stable
branch.
Does anyone else see this?
-Olaf.
--
___ Olaf 'Rhialto' Seibert -- The Doctor: No, 'eureka' is Greek for
\X/ rhialto/at/xs4all.nl -- 'this bath is too hot.'
Attachment:
pgpVhCuowb837.pgp
Description: PGP signature