Help, I need config.h for windows

C

claudioneri

I can't compile because I don't have this file.
Can anyone help me? Can you tell me where I can download it?

Thanx
Claudio
 
J

Joona I Palaste

claudioneri said:
I can't compile because I don't have this file.
Can anyone help me? Can you tell me where I can download it?

Please read the comp.lang.c FAQ. Header files are very compiler-
specific, so unless you get one specifically for your own compiler (and
your own version of it), it will be completely useless. Your compiler
vendor should have supplied you with one. If not, contact them. We
can't help you, because we have no chance of knowing the content of
that file.
 
C

claudioneri

I don't know where I can find your FAQ.
By the way, I asked if someone could tell me where I can download because I
know that your inclde may be useless on my pc, so:
if (you got it){
I can try it on
}
else {
I'll download
}

Bye Bye
 
D

Dik T. Winter

> I don't know where I can find your FAQ.
> By the way, I asked if someone could tell me where I can download because I
> know that your inclde may be useless on my pc, so:
> if (you got it){
> I can try it on
> }
> else {
> I'll download
> }

Joona said that include files were system specific, so giving you one
of the config.h's I have may not help you at all.

But in general, config.h is part of a package of source files, so I
think either your package of source files is incomplete, and you
should look where you got the files from, or your compiler has some
particular way to find include files and so can not find it.
 
G

Gordon Burditt

I can't compile because I don't have this file.
Can anyone help me? Can you tell me where I can download it?

config.h is often a constructed file created by running a script
(for example, Configure created by GNU Automake) on YOUR SYSTEM.
Chances are good that one made on another system won't work.

Gordon L. Burditt
 
M

Mark McIntyre

I don't know where I can find your FAQ.

see my sig.
By the way, I asked if someone could tell me where I can download because I
know that your inclde may be useless on my pc,

Firstly an include file contains only the function declarations. You
will also need the library file. Thats probably copyrighted and only
available if you buy the s/w.

Secondly, there's probabably a million files called config.,h (I have
about ten myself, all totally different). Since its not a standard
header, everyone can write their own.

So you are totally wasting your time. If the source is from a gnu
archive, you need to go and ask the gnu boys. Otherwise ask the people
who wrote the code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,137
Messages
2,570,797
Members
47,344
Latest member
KamCrowthe

Latest Threads

Top