RE: Linkedit error __umoddi3

1999-05-27 Thread Martin Westbrook
] > Sent: Thursday, May 27, 1999 11:55 AM > To: [EMAIL PROTECTED] > Subject: Re: Linkedit error __umoddi3 > > If I remember correctly thids problem was answered some days ago > as follows: you should either compile OpenSSL with gcc and link > with gcc or do both with the

Re: Linkedit error __umoddi3

1999-05-27 Thread Holger Reif
If I remember correctly thids problem was answered some days ago as follows: you should either compile OpenSSL with gcc and link with gcc or do both with the AIX compiler. Mixing doesn't work. Matthew Ling schrieb: > > I just built OpenSSL 0.9.3. ( I was using SSLeay 0.9.2b in past) My > program

Linkedit error __umoddi3

1999-05-26 Thread Matthew Ling
I just built OpenSSL 0.9.3. ( I was using SSLeay 0.9.2b in past) My program didn't make through link editting. The linker (AIX 4.2.1) complains the presence of an undefined symbol called .__umoddi3. The symbol is located inside the object "bnword.o" . Any idea what is missing in my link edit comm