[AWS]Problem with SSL - NOSSL Libs with aws-2.0p
Dietmar Schaub
LilDragon at web.de
Thu Feb 3 11:00:12 CET 2005
System-Description: Ultra-Sparc II with Sun-Solaris 2.9 and GNU gcc-3.4.3
Environment: export awsroot=/opt/gnu/gcc-3.4.3/AWS
export ADA_INCLUDE_PATH=$awsroot/include:$awsroot/components:/opt/gnu/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/adainclude:\
/opt/gnu/gcc-3.4.3/adasockets/lib/adasockets
export ADA_OBJECT_PATH=/opt/gnu/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/adalib:$awsroot/lib:$awsroot/obj:\
/opt/gnu/gcc-3.4.3/adasockets/lib/adasockets
All sources I built have no problems except aws-builts. It makes no difference if I compile with or without SSL-support. When trying to compile the examples I always get the same error:
Source Code:
with AWS.Server;
with AWS.Services.Page_Server;
procedure tsk is
WS : AWS.Server.HTTP;
begin
AWS.Server.Start (WS,"Server Demo",
Port => 7777,
Callback => AWS.Services.Page_Server.Callback'Access,
Max_Connection => 5);
AWS.Server.Wait(AWS.Server.Q_Key_Pressed);
AWS.Server.Shutdown(WS);
end tsk;
I get NO COMPILER ERROR! The last lines look like this:
........
gcc -c -I./ -I- /opt/gnu/gcc-3.4.3/adasockets/lib/adasockets/sockets-utils.adb
gnatbind -x tsk.ali
gnatlink tsk.ali
/opt/gnu/binutils-2.15/bin/ld: cannot find -lnosslaws
collect2: ld returned 1 exit status
gnatlink: cannot call /opt/gnu/gcc-3.4.3/bin/gcc
gnatmake: *** link failed.
I hope one of you have a guess!
Thanks!
Dietmar
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
More information about the AWS
mailing list