Hi Xu! (I'm on vacation and away from the computer I'm usually using so this reply comes from what I recall)
I'm using Arch Linux as my distribution, and what I did was to use the package manager (pacman) to downgrade the gcc packages. I had just clean the pacman package cache, so I had to get the packages here: https://archive.archlinux.org/ Then I simply did: sudo pacman -U gcc-5.3.0-5-x86_64.pkg.tar.xz gcc-libs-5.3.0-5-x86_64.pkg.tar.xz Works on Arch Linux! On Tuesday, July 26, 2016 at 10:27:19 AM UTC+2, Xu Jia wrote: > > Hi Øystein, > > I ran into the same problem. Can I ask you more details about your > solution? > Now I have gcc installed in /users/visics/yhuang/local/gcc-5.3.0/bin/g++ > and other libraries like libstdc++.so.6 in > /users/visics/yhuang/local/gcc-5.3.0/lib64 > > Hmmmm.... You are using a parallel installation of gcc. I'm really not sure how this works then. Try to add /users/visics/yhuang/local/gcc-5.3.0/bin the PATH environment variable. That may work. There may also be a config in theano to set the right compiler environment. http://deeplearning.net/software/theano/library/config.html (I've not tried but it might be config.cxx) Good luck! -Øystein -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
