X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-MailCleaner-SPF: none MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Message-id: <4F3B538C.5020707@unige.ch> Date: Wed, 15 Feb 2012 07:41:16 +0100 From: Juergen Harms User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.26) Gecko/20120203 Mageia/3.1.18-1.mga1 (1) Thunderbird/3.1.18 To: geda-user AT delorie DOT com Subject: [geda-user] More errors with the new glib Content-transfer-encoding: 7bit Reply-To: geda-user AT delorie DOT com The include problem was easy to patch, the make now goes a much longer way. But then breaks with another error message (looking at the output, make was active in the directory gschem/src) /usr/bin/ld: gschem-o_net.o: undefined reference to symbol 'sqrt@@GLIBC_2.0' /usr/bin/ld: note: 'sqrt@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation collect2: ld returned 1 exit status The make line starts with libtool: link: gcc -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/ .... And here I am in deep water - dont know enough about the configure scripts and about make, not possible for me to invent a patch - any advice?