public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How to compile conio.h functions using MINGW
@ 2004-11-09  6:46 arthur
  2004-11-09  7:18 ` Sisyphus
  0 siblings, 1 reply; 2+ messages in thread
From: arthur @ 2004-11-09  6:46 UTC (permalink / raw)
  To: gcc-help

I have tried to compile some functions in conio.h using and i am using MINGW
and got some error message that told me that there were undefined references
to all of the conio.h functions that i used.
Is there any library that i should specify on the command line?
Please help me.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to compile conio.h functions using MINGW
  2004-11-09  6:46 How to compile conio.h functions using MINGW arthur
@ 2004-11-09  7:18 ` Sisyphus
  0 siblings, 0 replies; 2+ messages in thread
From: Sisyphus @ 2004-11-09  7:18 UTC (permalink / raw)
  To: arthur, gcc-help

arthur wrote:
> I have tried to compile some functions in conio.h using and i am using MINGW
> and got some error message that told me that there were undefined references
> to all of the conio.h functions that i used.
> Is there any library that i should specify on the command line?
> Please help me.
> 

I did a Windows 'Search' of the MinGW '.a' files for the strings 
'_cputs' and '_cscanf'. Both searches turned up the following 7 files:
libcrtdll.a, libmsvcr70.a, libmsvcr70d.a, libmsvcr71.a, libmsvcr71d.a, 
libmsvcrt.a, and libmsvcrtd.a.

I don't know just which of those you link to ... or if it matters ... or 
if it's even definite that it has to be one of those files.
I'd opt for -lmsvcrt but there's no guarantee that's correct :-)

Try a MinGW-specific list if you don't get a satisfactory answer here.

Hth.

Cheers,
Rob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-09  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-09  6:46 How to compile conio.h functions using MINGW arthur
2004-11-09  7:18 ` Sisyphus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).