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]

Problems linking program


I am having trouble linking a program:

What libraries are these found in?
__umoddi3
__udivdi3
_cygwin_istext_for_stdio

The errors are below:
/usr/lib/libg.a(vfprintf.o): In function `vfprintf_r':
/home/Habacker/src/cygwin-1.3.2-1/build/i686-pc-cygwin/newlib/libc/stdio/../../.
./../../src/newlib/libc/stdio/vfprintf.c:774: undefined reference to 
`__umoddi3'

/home/Habacker/src/cygwin-1.3.2-1/build/i686-pc-cygwin/newlib/libc/stdio/../../.
./../../src/newlib/libc/stdio/vfprintf.c:775: undefined reference to 
`__udivdi3'

/usr/lib/libg.a(stdio.o): In function `_stextmode':
/home/Habacker/tmp/kde/cygwin-1.3.2-1/build/i686-pc-cygwin/newlib/libc/stdio/../
../../../../src/newlib/libc/stdio/stdio.c:127: undefined reference to 
`_cygwin_i
stext_for_stdio'
make: *** [libgd.so.2.0.0] Error 1

Thanks,

Matt


"Pinky, you've left the lens cap of your mind on again." - The Brain
=========================================================
Preferred Resources          (314) 567-7600 phone
701 Emerson rd.              (314) 993-6699 fax
Suite 475                      mminnis@prefres.com
St. Louis, MO
63141
=========================================================


--
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]