smarc card undefined reference

2002-10-29 Thread Alfred Lam
te main.exe instead of main.so , but to no avail. Did I go wrong somewhere? Can someone help me please... Thanks, Alfred - Original Message - From: Christopher Faylor <[EMAIL PROTECTED]> To: Alfred Lam <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 2

undefined reference continues

2002-10-30 Thread Alfred Lam
Hi all, I have been trying for 4 days already and I'm getting the same undefined reference to I have tried the same command with the same program on Linux and it is working, but on cygwin, it's not.. Can anyone help me.. This is what I did : My windows pc is win98. The program is that of sm

Re: undefined reference continues

2002-10-30 Thread Alfred Lam
3.02-1 sh-utils 2.0-2 tar 1.13.25-1 termcap 20020930-1 terminfo5.2-3 texinfo 4.2-4 textutils 2.0.21-1 w32api 2.0-1 which 1.5-1 zlib1.1.4-1 Anyone can tell me how I can fix th

Re: undefined reference continues

2002-11-01 Thread Alfred Lam
un my java program, but then get the following: java.lang.unsatisfiedLinkError:/folder path/scard.so:invalied ELF header Can anyone help me here... Thanks, Alfred - Original Message - From: Harig, Mark A. <[EMAIL PROTECTED]> To: Alfred Lam <[EMAIL PROTECTED]>; <[EMAIL P

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

2002-11-05 Thread Alfred Lam
Hi all, I'm facing a problem for which there were not much help. I have created a .so file in cygwin since the programs used windows.h and a .lib file. After having created this .so file, I used it in a jni link. Previously, a .dll was created which was used in a jni link, but now I need the equiv

dlltool errors

2002-11-11 Thread Alfred Lam
Hi, I'm trying to build a library from a dll and did the steps below: $ ../croxx/pexports-0.42h/bin/pexports.exe scdll32.dll | sed 's/^_//' > scdll32.def $ dlltool --input-def scdll32.def --dllname scdll32.dll --output-lib libscdll32.a and obtained the following errors: dh.s: Assembler message

dlltool more error messages

2002-11-11 Thread Alfred Lam
Hello, here are some more debug code from dlltool error message after doing : $ ../croxx/pexports-0.42h/bin/pexports.exe scdll32.dll | sed 's/^_//' > scdll32.def $ dlltool -D scdll32.dll -d scdll32.def -v -l libscdll32.a dlltool: Processing def file: scdll32.def dlltool: LIBRARY: NETSAPI.dll ba