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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,840fead62ccf9fad,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.138.142 with SMTP id a14mr12337758qau.4.1351291529572; Fri, 26 Oct 2012 15:45:29 -0700 (PDT) Received: by 10.236.178.72 with SMTP id e48mr2523883yhm.11.1351291529484; Fri, 26 Oct 2012 15:45:29 -0700 (PDT) Path: r17ni71354639qap.0!nntp.google.com!r12no310827qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 26 Oct 2012 15:45:29 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.46.207.172; posting-account=zGsdlgoAAADtzJ8IhYVXuRkH0F4wgQNG NNTP-Posting-Host: 96.46.207.172 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: pragma import (C, , ); -- import a constant value from C library From: Enzo Guerra Injection-Date: Fri, 26 Oct 2012 22:45:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-26T15:45:29-07:00 List-Id: hello trying to import a constant value from C library (libgsl) but having no luck M_EULER : Long_Float; -- M_EULER, Euler's constant, \gamma pragma Import (C, M_EULER, "M_EULER"); get error undefined reference to `M_EULER' would appreciate any help thanks enzo