Mail Archives: cygwin/1997/11/15/20:02:12
Let me point you to:
ftp://ftp.cygnus.com/pub/gnu-win32/latest/
http://www.cygnus.com/pubs/gnupro/
http://www.cygnus.com/misc/gnu-win32/
http://www.cygnus.com/ml/gnu-win32
http://www.fu.is.saga-u.ac.jp/~colin/gcc.html
- \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd AT hotmail DOT com-
------ooo0O--O0ooo-------
>Date: Sun, 16 Nov 1997 01:04:30 +0000
>To: gnu-win32 AT cygnus DOT com
>From: Thomas Nichols <thomas DOT nichols AT mail DOT com>
>Subject: OemToCharBuffA etc.
>
>Hello,
>
>I'm now trying to link with the Bullet database engine (
>http://www.40th.com ) which is written in assembler, and apparently
>references Win32 API functions: copying the COFF format .lib file to
>libxbstat.a, and compiling a 10 line prog that uses a function in this
>library, gives:
>
>gcc -o test.exe test.c -luser32 -DPLATFORM=ON_WIN32 -L. -lxbstat
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0x70f):XBDOSFN.ASM: undefined reference
to
>`CharUpperA AT 4'
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0xade):XBDOSFN.ASM: undefined reference
to
>`OemToCharBuffA AT 12'
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0xae9):XBDOSFN.ASM: undefined reference
to
>`CharUpperBuffA AT 8'
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0xafb):XBDOSFN.ASM: undefined reference
to
>`CharToOemBuffA AT 12'
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0xcfe):XBDOSFN.ASM: undefined reference
to
>`OemToCharBuffA AT 12'
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0xd07):XBDOSFN.ASM: undefined reference
to
>`CharUpperBuffA AT 8'
>./libxbstat.a(XBDOSFN.OBJ)(CODE+0xd11):XBDOSFN.ASM: undefined reference
to
>`CharToOemBuffA AT 12'
>GCC.EXE: Internal compiler error: program ld got fatal signal 1
>
>
>These are defined in the gnu-win32 headers, but I can't find them in
the
>libraries - am I doing something stupid, or are these functions
missing?
>
>Thanks,
>Regards,
>Tom.
>
>PS: This is one seriously fast database. Using dBase IV / V compatible
data
>files, a test app added 1 million keyed records with a compound key (on
a
>trusty old P100 32Mb) in under 2 minutes, and did 1 million key lookups
>(retrieving the data record into a buffer) in 28 seconds. Ouch.
>
>
>-
>For help on using this list (especially unsubscribing), send a message
to
>"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -