Hello,<br><br>The yt installation script fails with the message 
"usr/bin/ld: cannot find -lgcc_s" . I am running Ubuntu 11.04. The 
script is the one at<br><a href="http://hg.yt-project.org/yt/raw/stable/doc/install_script.sh" target="_blank">http://hg.yt-project.org/yt/raw/stable/doc/install_script.sh</a>, and I ran it a few hours ago.<br>
<br>The full yt_install.log is very large and I can't upload it to <a href="http://pastebin.com/" target="_blank">pastebin.com</a>. Let me know if these is a way of sharing it. I am including a few lines from the beginning and the end of yt_install.log.<br>

<br>The first few lines from yt_install.log:<br><br>df5-1.8.6.tar.gz: OK<br>zlib-1.2.3.tar.bz2: OK<br>bzip2-1.0.5.tar.gz: OK<br>libpng-1.2.43.tar.gz: OK<br>freetype-2.4.4.tar.gz: OK<br>sqlite-autoconf-3070500.tar.<div id=":11p">
gz: OK<br>
Python-2.7.1.tgz: OK<br>numpy-1.5.1.tar.gz: OK<br>matplotlib-1.0.0.tar.gz: OK<br>mercurial-1.8.1.tar.gz: OK<br>ipython-0.10.tar.gz: OK<br>h5py-1.3.1.tar.gz: OK<br>Cython-0.14.tar.gz: OK<br>Forthon-0.8.4.tar.gz: OK<br>ext-3.3.2.zip: OK<br>

ext-slate-110328.zip: OK<br>PhiloGL-1.1.0.zip: OK<br><br>If compilation produces errors, or a large number of warnings,<br>please read README.COMPILATION.PROBLEMS -- you might be able to<br>adjust the flags in this Makefile to improve matters.<br>

<br>Also in README.COMPILATION.PROBLEMS are some hints that may help<br>if your build produces an executable which is unable to correctly<br>handle so-called 'large files' -- files of size 2GB or more.<br><br>Last few lines from yt_install.log:<br>

<br>creating build/temp.linux-i686-2.7/numpy/linalg<br>compile options: '-DATLAS_INFO="\"3.8.3\"" -I/usr/include/atlas -Inumpy/core/include -Ibuild/src.linux-i686-2.7/numpy/core/include/numpy
 -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core 
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray 
-Inumpy/core/src/umath -Inumpy/core/include 
-I/home/phn/Downloads/yt-i686/include/python2.7 -Ibuild/src.linux-i686-2.7/numpy/core/src/multiarray -Ibuild/src.linux-i686-2.7/numpy/core/src/umath -c'<br>
gcc: numpy/linalg/python_xerbla.c<br>as: /home/phn/Downloads/yt-i686/lib/libz.so.1: no version information available (required by /usr/lib/<a href="http://libbfd-2.21.0-system.20110327.so/" target="_blank">libbfd-2.21.0-system.20110327.so</a>)<br>

gcc: numpy/linalg/lapack_litemodule.c<br>as: /home/phn/Downloads/yt-i686/lib/libz.so.1: no version information available (required by /usr/lib/<a href="http://libbfd-2.21.0-system.20110327.so/" target="_blank">libbfd-2.21.0-system.20110327.so</a>)<br>

/usr/bin/g77 -g -Wall -g -Wall -shared build/temp.linux-i686-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-i686-2.7/numpy/linalg/python_xerbla.o
 -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base 
-Lbuild/temp.linux-i686-2.7 -llapack -lptf77blas -lptcblas -latlas -lg2c
 -o build/lib.linux-i686-2.7/numpy/linalg/lapack_lite.so<br>
/usr/bin/ld: /home/phn/Downloads/yt-i686/lib/libz.so.1: no version information available (required by /usr/lib/<a href="http://libbfd-2.21.0-system.20110327.so/" target="_blank">libbfd-2.21.0-system.20110327.so</a>)<br>/usr/bin/ld: cannot find -lgcc_s<br>

collect2: ld returned 1 exit status<br>/usr/bin/ld: /home/phn/Downloads/yt-i686/lib/libz.so.1: no version information available (required by /usr/lib/<a href="http://libbfd-2.21.0-system.20110327.so/" target="_blank">libbfd-2.21.0-system.20110327.so</a>)<br>

/usr/bin/ld: cannot find -lgcc_s<br>collect2: ld returned 1 exit status<br>error: Command "/usr/bin/g77 -g -Wall -g -Wall -shared build/temp.linux-i686-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-i686-2.7/numpy/linalg/python_xerbla.o
 -L/usr/lib/atlas-base/atlas -L/usr/lib/atlas-base 
-Lbuild/temp.linux-i686-2.7 -llapack -lptf77blas -lptcblas -latlas -lg2c
 -o build/lib.linux-i686-2.7/numpy/linalg/lapack_lite.so" failed with exit status 1<br>
<br><br>Thanks,<br><font color="#888888">Prasanth</font></div>