SCI Seg3D Mailing List

Text archives Help


[Seg3D] tiny gcc/linux patch


Chronological Thread 
  • From: Isaiah Norton <isaiah.norton@gmail.com>
  • To: seg3d@sci.utah.edu
  • Subject: [Seg3D] tiny gcc/linux patch
  • Date: Fri, 25 Mar 2011 01:36:10 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=X7betGZXrJfvQwf5RjiziW08k4Z/yiYQab7fQozNnA6RsEOba2zwPyquudNDEYJxvK 8TPcffZkNr4P9iMyE/wZSphRx3ylr11/VVmGpP8AwyAh83VvNh6LacuWhJDpSjM+bH+s Yd1uyyUjTu3/Jrls1tzxFToSAeVUhg0S2IVs0=

Hi,
First off: thanks for the beautifully-revamped version 2. After trying it on windows, I had to have it on linux.

There was a compile error due to a missing include. In case it's helpful, here is the teensy patch to make it compile for me. Seems to be running great so far.

For reference,  I'm on Ubuntu 10.04. uname -a and gcc -v:

"""
uname -a:
Linux io 2.6.32-30-generic-pae #59-Ubuntu SMP Tue Mar 1 23:01:33 UTC 2011 i686 GNU/Linux

gcc -v:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
"""

Cheers,
-Isaiah

Attachment: 0001-fix-to-compile-on-linux.patch
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of page