This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: impure_ptr/Mingw and Cygwin


Peter A. Castro wrote:

What you show below is only linking. I believe you need to re-compile
all of your source with -mno-cygwin -mwindows as well to make the
_impure_ptr references go away.
But I did re-compile all my sources with -mno-cygwin -mwindows! Still have the error.

/bin/gcc mksf.o mksfOpts.o mksfIO.o flmCrc.o -mno-cygwin -mwindows
-liberty -lmingw32 -o mksf
mksf.o(.text+0x60f): In function `main':
/dview/defaria_2.0/salira/neopon/build/maketools/mksf.c:29: undefined
reference to `_impure_ptr'
mksf.o(.text+0x874):/dview/defaria_2.0/salira/neopon/build/maketools/mksf.c:66:
undefined reference to `_impure_ptr'
mksfOpts.o(.text+0x309): In function `usage':
/dview/defaria_2.0/salira/neopon/build/maketools/mksfOpts.c:13: undefined
reference to `_impure_ptr'
mksfOpts.o(.text+0x331):/dview/defaria_2.0/salira/neopon/build/maketools/mksfOp
s.c:14: undefined reference to `_impure_ptr'
mksfOpts.o(.text+0x352):/dview/defaria_2.0/salira/neopon/build/maketools/mksfOp
s.c:15: undefined reference to `_impure_ptr'
mksfOpts.o(.text+0x36a):/dview/defaria_2.0/salira/neopon/build/maketools/mksfOp
s.c:16: more undefined references to `_impure_ptr' follow
make: *** [mksf] Error 1

Again the _impure_ptr things come up. Where is this supposed to be
resolved from?


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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