473,395 Members | 2,079 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Help, I need config.h for windows

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
Nov 14 '05 #1
7 6944
claudioneri <cl*********@libero.it> scribbled the following:
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.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"To know me IS to love me."
- JIPsoft
Nov 14 '05 #2
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

"Joona I Palaste" <pa*****@cc.helsinki.fi> ha scritto nel messaggio
news:bv**********@oravannahka.helsinki.fi...
claudioneri <cl*********@libero.it> scribbled the following:
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.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"To know me IS to love me."
- JIPsoft

Nov 14 '05 #3
In article <bv************@ID-92622.news.uni-berlin.de> "claudioneri" <cl*********@libero.it> writes:
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.
--
dik t. winter, cwi, kruislaan 413, 1098 sj amsterdam, nederland, +31205924131
home: bovenover 215, 1025 jn amsterdam, nederland; http://www.cwi.nl/~dik/
Nov 14 '05 #4
claudioneri <cl*********@libero.it> spoke thus:
I don't know where I can find your FAQ.


These should help.

http://www.csclub.uwaterloo.ca/u/dj3...lc-welcome.txt
http://www.eskimo.com/~scs/C-faq/top.html
http://benpfaff.org/writings/clc/off-topic.html

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #5
Thanx

"Christopher Benson-Manica" <at***@nospam.cyberspace.org> ha scritto nel
messaggio news:bv**********@chessie.cirr.com...
claudioneri <cl*********@libero.it> spoke thus:
I don't know where I can find your FAQ.


These should help.

http://www.csclub.uwaterloo.ca/u/dj3...lc-welcome.txt
http://www.eskimo.com/~scs/C-faq/top.html
http://benpfaff.org/writings/clc/off-topic.html

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.

Nov 14 '05 #6
>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
Nov 14 '05 #7
On Mon, 26 Jan 2004 13:52:35 +0100, in comp.lang.c , "claudioneri"
<cl*********@libero.it> wrote:
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.

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Nov 14 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: PaulThomas | last post by:
Working with XP-Pro and VS.Net I have set my Start Page to "Home.aspx" but the application always starts the "Login" page - - - How can I change the start page to the Home.aspx??? On the login...
2
by: phreeskier | last post by:
i want to implement authorization with windows authentication and don't have the slightest clue of how to do this implementation. the basic windows authentication for this .NET application is...
10
by: Brian Conway | last post by:
I have no idea what is going on. I have a Login screen where someone types in their login information and this populates a datagrid based off of the login. Works great in debug and test through...
1
by: Svein Terje Gaup | last post by:
I have a website running on Windows 2000 Server, that should be able to retrieve data from a datawarehouse on another machine running Windows 2000 Server, SQL Server 2000 and SQL Server 2000...
13
by: Siegfried Heintze | last post by:
I refered the engineer at my hosting service to http://support.microsoft.com/default.aspx?scid=kb;en-us;825738 where he tried to follow the directions there. He said there was no such file:...
5
by: Edwinah63 | last post by:
Hi everyone, i was wondering if anyone else had observed this and if there is any workaround or patch. i have some screens (an mdi child forms) with the buttons &Add, &Edit, &Save and E&xit,...
2
by: weird0 | last post by:
Hi! I need answers to these questions that were given to me in a job test. 1. What is IDisposable in .NET? 2.What is the base class of all the controls in .NET? 3.What is the difference...
5
by: ibid | last post by:
hi every one just wondering if anyone could help sorry if i seem abit dumb but im a newbie to it all ive got to asign a mail program on my auction site in the config.pl files (i think this is the...
3
by: Pvt Ryan | last post by:
Background: Due to the large number of bots attempting to ssh to my server, I implemented portknocking (as the logs were just filled with crap). So to access port 2222 for ssh I would first...
12
by: =?Utf-8?B?ZGdvdw==?= | last post by:
I designed a "contact_us" page in visual web developer 2005 express along with EW2 after viewing tutorials on asp.net's help page. Features work like they should, but I cannot figure out how to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.