Re: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Shankar Unni
On 11/5/2002 4:47 PM, Alfred Lam wrote: > I need the equivalent .so for linux, which I have obtained in > cygwin with: g++ *.o scard.lib -o libscard.so. Now I'm trying to use it in Red Hat Linux, [Boggle!] You can't do that. Cygwin is not binary compatible with Linux - it's binary compatible w

RE: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread "Schaible, Jörg"
Lam [mailto:alfredlam@;nowmediatech.com] Sent: Wednesday, November 06, 2002 2:13 AM To: Schaible, Jörg Subject: Re: undefined ELF header when porting .so file from cygwin to linux Can you give me an example of how to go about doing it using these files(e.g a.cpp, b.cpp, a.h,b.h,scdll32.lib) Thanks