comp.lang.ada
 help / color / mirror / Atom feed
* Problem referencing library file via project file
@ 2011-04-30  8:15 Robert Matthews
  2011-04-30  8:34 ` Dmitry A. Kazakov
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Matthews @ 2011-04-30  8:15 UTC (permalink / raw)


I am trying to link the webkit library file with my program.
One way that works is to use:

pragma Linker_Options ("-lwebkit-1.0");

in my source file.

However I would like to specify this in the program's
project file. I have tried:

package Linker is
   for Default_Switches ("ada") use ("-lwebkit-1.0");
end Linker;

but this seems to be ignored - I just get undefined
reference messages from gnatlink. Please help!

Robert Matthews



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-30 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-30  8:15 Problem referencing library file via project file Robert Matthews
2011-04-30  8:34 ` Dmitry A. Kazakov
2011-04-30  8:57   ` Robert Matthews
2011-04-30 21:36   ` Alex R. Mosteo

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