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.236.28.102 with SMTP id f66mr14867648yha.31.1422223370741; Sun, 25 Jan 2015 14:02:50 -0800 (PST) X-Received: by 10.140.25.242 with SMTP id 105mr117185qgt.19.1422223370696; Sun, 25 Jan 2015 14:02:50 -0800 (PST) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!v8no3503683qal.1!news-out.google.com!q4ni5qan.0!nntp.google.com!bm13no2985727qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 25 Jan 2015 14:02:50 -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=188.143.26.54; posting-account=oKCOPgoAAABtUE61MUucYQQa5xjvNNSz NNTP-Posting-Host: 188.143.26.54 References: <63e1488a-6a1b-46e7-8984-240faef1fc67@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT linker error From: hosszu.gabor90@gmail.com Injection-Date: Sun, 25 Jan 2015 22:02:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192046 Date: 2015-01-25T14:02:50-08:00 List-Id: content of /usr/share/ada/adainclude/gtkada.gpr: library project gtkada is for Library_Name use "gtkada"; for Library_Kind use "dynamic"; for Library_Dir use "/usr/lib/x86_64-linux-gnu/"; for Source_Dirs use ("/usr/share/ada/adainclude/gtkada"); for Library_ALI_Dir use "/usr/lib/x86_64-linux-gnu/ada/adalib/gtkada"; for Externally_Built use "True"; package Linker is for Linker_Options use ("-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", "-lcairo", "-lfontconfig", "-lfreetype", "-lpango-1.0", "-lgobject-2.0", "-lglib-2.0", "-lX11", "-lm"); end Linker; end gtkada;