comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: texttools and standard library packages
Date: Thu, 19 Dec 2013 08:57:11 +0000
Date: 2013-12-19T08:57:11+00:00	[thread overview]
Message-ID: <lywqj1qkuw.fsf@pushface.org> (raw)
In-Reply-To: fdj4b9podfrj9r5lopgtfpsieccccob7qb@4ax.com

agent@drrob1.com writes:

>   package Linker is
>     for Default_Switches ("Ada")
>         use ("-C",
>              "-lm",
>              "-lncurses"
>             );
>   end Linker;
> end Debug;
>
> and I did
>   gnatmake -Pdebug
>
> I am now getting this error:  "gnatlink: failed to open binder output"

Where did the -C switch come from in package Linker?

   $ gnatlink -C
   gnatlink: -C.ali not found

(on the other hand, I just tried with one of my own GPRs and the command
line that gnatmake successfully passed to gnatlink was

   gnatlink foo.ali -C -o foo

The -C didn't get passed to the system linker.



  reply	other threads:[~2013-12-19  8:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11  2:25 texttools and standard library packages agent
2013-12-11 12:48 ` Niklas Holsti
2013-12-12 12:34   ` agent
2013-12-12 17:44     ` Niklas Holsti
2013-12-12 18:00       ` Dmitry A. Kazakov
2013-12-16  0:43         ` agent
2013-12-16  1:11           ` Ludovic Brenta
2013-12-16  1:38             ` agent
2013-12-16  8:18           ` Dmitry A. Kazakov
2013-12-16  9:23             ` Simon Wright
2013-12-19  1:40               ` agent
2013-12-19  8:57                 ` Simon Wright [this message]
2013-12-19 12:59                   ` agent
2013-12-20  1:46                     ` agent
2013-12-15 22:05 ` koburtch
2013-12-22 19:24   ` koburtch
2013-12-27  0:35     ` agent
2014-01-03 21:38       ` Ludovic Brenta
2014-01-05 21:33         ` agent
2013-12-27  0:36     ` agent
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox