From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.71.77 with SMTP id s13mr13479570obu.0.1422188950572; Sun, 25 Jan 2015 04:29:10 -0800 (PST) X-Received: by 10.140.108.9 with SMTP id i9mr291732qgf.1.1422188950469; Sun, 25 Jan 2015 04:29:10 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!hl2no2014599igb.0!news-out.google.com!q4ni3qan.0!nntp.google.com!bm13no2873926qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 25 Jan 2015 04:29:10 -0800 (PST) In-Reply-To: <63e1488a-6a1b-46e7-8984-240faef1fc67@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.183.162.62; posting-account=oKCOPgoAAABtUE61MUucYQQa5xjvNNSz NNTP-Posting-Host: 81.183.162.62 References: <63e1488a-6a1b-46e7-8984-240faef1fc67@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2c290d52-3170-43f8-8dae-12a14102c933@googlegroups.com> Subject: Re: GNAT linker error From: hosszu.gabor90@gmail.com Injection-Date: Sun, 25 Jan 2015 12:29:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:24733 Date: 2015-01-25T04:29:10-08:00 List-Id: thank you, but I get the same error: gnatlink /home/myuser/own_projects/ada/obj/main.ali -shared-libgcc -g -g -L= /usr/lib/x86_64-linux-gnu/ -lgtkada -lgmodule-2.0 -lgtk-x11-2.0 -lgdk-x11-2= .0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lc= airo -lfontconfig -lfreetype -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lm= -o /home/myuser/own_projects/ada/obj/main /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_filt= er_create_separable_convolution' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_cache_remove' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_cache_freeze' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_cache_thaw' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_comp= osite_glyphs' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_cache_lookup' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_get_mask_format' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_cache_insert' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_glyp= h_cache_create' /usr/lib/x86_64-linux-gnu//libcairo.so: undefined reference to `pixman_comp= osite_glyphs_no_mask' collect2: ld returned 1 exit status gnatlink: error when calling /usr/bin/gcc-4.6