This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mingw32 - noncygwin32 gcc - libwinserve.a


Colin,

I have ported rman-3.0.3a12 using cygwin32 without much ado.  I have 
ported mingw32 and gcc without the cygwin layer and "for grins" tried to 
port rman-3.0.3a12 vanilla WNT3.51.  I used the object file rman.o from 
the cygwin32 build and try to create rman.exe.  I have the paths set so 
that none of the gnuwin32 paths are searched.

I resolved undefined references by adding the following libraries:

   -lg -liberty -lwinserve

   libg.a took care of a lot of _impure_ptr and __swbuf references.

   libiberty.a took care of the __progname reference introduced by 
libg.a.

   libwinserve.a took care of the _sbrk reference.

Now I have an executable without the cygwin.dll reference.  However, 
when I execute I get an this error "The dynamic link library 
winserve.dll could not be found in the specified path...".

The final command line to build rman.exe is "gcc -O2 -finline-functions 
-o rman.exe rman.o -liberty -lg -lwinserve -v".

The -v returns:

 ld -o rman.exe C:\users\bcoeeb0\mingw32\lib\crt0.o 
-LC:\users\bcoeeb0\mingw32\lib\gcc-lib\i386-mingw32\2.7.2.1 
-LC:\users\bcoeeb0\mingw32\lib\gcc-lib -LC:\users\bcoeeb0\mingw32\lib 
-LC:\users\bcoeeb0\mingw32\win32\lib -L. rman.o -liberty -lg -lwinserve 
-lmingw32 -lgcc -lmoldname -lcrtdll -lkernel32 -lmingw32 -lgcc 
-lmoldname -lcrtdll



What do I need to do that I'm not doing?  Is what I am trying to do an 
impossibility?

Thanks,
-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------


______________________________________________________
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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]