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.70.47.71 with SMTP id b7mr12600398pdn.1.1422179154116; Sun, 25 Jan 2015 01:45:54 -0800 (PST) X-Received: by 10.140.48.97 with SMTP id n88mr87487qga.35.1422179153854; Sun, 25 Jan 2015 01:45:53 -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!hl2no1714633igb.0!news-out.google.com!q4ni3qan.0!nntp.google.com!bm13no2847473qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 25 Jan 2015 01:45:53 -0800 (PST) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <63e1488a-6a1b-46e7-8984-240faef1fc67@googlegroups.com> Subject: GNAT linker error From: hosszu.gabor90@gmail.com Injection-Date: Sun, 25 Jan 2015 09:45:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:24731 Date: 2015-01-25T01:45:53-08:00 List-Id: Hello, I get the following if I try to compile the GtkAda minimal example of GNAT = Programming Studio 6.1.0w: 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/gabre/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 The command executed by GPS: gnatmake -d -P/home/myuser/own projects/ada/AdaTest.gpr -vP2 -j4 -g The same command works if I try it from a terminal and it also worked in GP= S 5.0 (which executed the same command as the newest, 6.1.0w) What can caus= e this and how can I make GPS work? Thank you, BR, G=E1bor Hossz=FA