Re: unresolved symbol error on HP

2003-12-18 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 17 Dec 2003 17:14:46 -0700, [EMAIL PROTECTED] said: abalan I used a preexisting build of openssl 0.9.7b, which was built on HP-UX abalan 11.00. abalan abalan the command I used to link the program together is; abalan abalan ld -a default -b -o libtest.sl

Re: unresolved symbol error on HP

2003-12-17 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 17 Dec 2003 16:57:37 -0700, [EMAIL PROTECTED] said: abalan I am trying to get my application running on HP-UX, with abalan openssl support. I have linked sucessfully against openssl abalan with the shared libraries -lcrypto and -lssl abalan abalan however

Re: unresolved symbol error on HP

2003-12-17 Thread abalan
: | | Subject: Re: unresolved symbol error on HP

RE: unresolved symbol error on HP

2003-12-17 Thread Steven Reddie
Your libcrypto has been built with gcc so you need to link your application against the gcc runtime library. Either use gcc to invoke the linker, or link against the library printed when you run gcc -print-libgcc-file-name. Regards, Steven -Original Message- From: [EMAIL PROTECTED]