** Description changed:

  This package is broken.
  
- 
- $ ghc --make foo.hs 
+ $ ghc --make foo.hs
  Linking foo ...
  /usr/bin/ld: cannot find -lstdc++
  collect2: ld returned 1 exit status
  
- Should be linked with libstdc++6 and not to libstdc++.
+ From 'ghci' I get this:
+ 
+ Loading package llvm-0.8.0.2 ... can't load .so/.DLL for: stdc++
+ (libstdc++.so: cannot open shared object file: No such file or
+ directory)
+ 
+ 
+ Somehow it is linked to an incorrect file 'libstdc++.so' instead of to 
'libstdc++.so.6'.
  
  Dirty hack to fix it:
  
  sudo ln -s /usr/lib/libstdc++.so{.6,}

** Summary changed:

- ld: cannot find -lstdc++
+ Incorrect linkage. ld: cannot find -lstdc++ and can't load .so/.DLL for: 
stdc++

-- 
Incorrect linkage. ld: cannot find -lstdc++ and can't load .so/.DLL for: stdc++
https://bugs.launchpad.net/bugs/674209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to