[AWS] Link errors

Pascal Obry pascal at obry.net
Thu Jul 27 18:49:16 CEST 2006


Dominique Casserres a écrit :

> But the point is not there.

Not that far either :)

> I used the command : $ wsdl2aws -cb -main server -types Hello_Demo_IF -q
> -f  -doc hello.wsdl
> 
> Then I have created a project to include all these files.
> 
> with "aws";

Replace this to read : with "aws_ssl";

> project Essai is
> 
>  
> 
>    for Object_Dir use "obj";
> 
>    for Main use ("server.adb");
> 
>       
> 
>         package Linker is for Default_Switches ("Ada") use ("-lcrypto",
> "-lssl"); end Linker;

Removed the Linker package.

Should be working. For the record this is a library order problem.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595


More information about the AWS mailing list