On 07/11/2007 07:14 AM, Rui Carvalho wrote: > Hi, > > Here's the output of "gcc -v": > > Using built-in specs. > Target: i486-linux-gnu > Configured with: ../src/configure -v > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > --enable-shared --with-system-zlib --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --enable-nls > --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu > --enable-libstdcxx-debug --enable-mpfr --enable-checking=release > i486-linux-gnu > Thread model: posix > gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) > > I attach also the ouput I get from "./configure --disable-visibility" > > I'm new to linux, so this is probably a beginners mistake -sorry about this. >
It's quite alright. If the problem turns out to be what I think it is, this is not your fault at all, and is a problem with GCC. What you have to do is to run configure, as you did, and then compile it, as such: $ ./configure --disable-visibility $ make You did only the first step, and now you must run "make" to compile it. Please do that and tell me if you see the same errors as before. And don't worry about asking questions, this is why this list exists! :-) Cheers, -- Tiago de Paula Peixoto <[EMAIL PROTECTED]> 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list graph-tool@forked.de http://lists.forked.de/mailman/listinfo/graph-tool