On 01/08/2011 08:33 PM, Kamil Kuduk wrote:
> I tried to compile the lastes gnat-gcc-4.4.3 and I encountered some issues.
> First issue was autoconf - it requires exactly 2.63 version, what wasn't in
> an ebuild.
QtAda requires autoconf 2.57. Anyway, you don't need to have it at all,
QtAda comes with generated configure script.

> Next issue were CFLAGS, I had to change them from native to
> nocona, because of: http://bugs.gentoo.org/show_bug.cgi?id=231769
> 
You should set both CXXFLAGS and CFLAGS; and add switch to
Common_Ada_Switches and Common_Cxx_Switches variables in gnat/config.gpr.in.

> Last issue that I had was during installation:
> 
> /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6: undefined reference
> to `_unwind_getipi...@gcc_4.2.0'
> 
> and I don't know what to do with that one. I did revdep-rebuild - no errors.
> I'm using 4.5.2.

This is symptom of misconfiguration of your setup,
_unwind_getipi...@gcc_4.2.0 is part of GCC runtime (libgcc_s.so or
libgcc_eh.a).

_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to