At 06:56 PM 5/5/2001, Svein Erling Seldal wrote: >Well, how is this done? > >If I use: 'gcc -o foo foo.o' >Returns: foo.o(.text+0x1b):foo.c: undefined reference to >`_imp__SetupDiGetClassDevsA@16' > >If I use: 'gcc -o foo foo.o setupapi.lib' >Returns the same OK, what does the symbol in setupapi.lib look like? What you did should work if the symbol is in the library and matches the reference exactly. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
RE: Using setupapi.lib/h/dll from cygwin
Larry Hall (RFK Partners, Inc) Sun, 06 May 2001 19:47:31 -0700
- Using setupapi.lib/h/dll from cygwin Svein Erling Seldal
- Re: Using setupapi.lib/h/dll from cygw... Larry Hall (RFK Partners, Inc)
- RE: Using setupapi.lib/h/dll from ... Svein Erling Seldal
- RE: Using setupapi.lib/h/dll f... Larry Hall (RFK Partners, Inc)
- RE: Using setupapi.lib/h/d... Svein Erling Seldal
- RE: Using setupapi.li... Danny Smith