[HACKERS] complie error on windows

2003-01-03 Thread Claiborne, Aldemaco Earl (Al)
Hi, I am trying to install postgresql-7.3 on windows and I keep getting the following error despite having downloaded a compiler. Can anyone tell me what I am not doing right? I am a newbie to postgres and development. My ultimate goal is to create a data driven application utilizing the J2EE

Re: [HACKERS] complie error on windows

2003-01-03 Thread Greg Copeland
If you run, gcc, at the prompt (preferably the one you're trying to run configure from), do you get something like, gcc: No input files or do you get, gcc: command not found? If you get the later (or something like it), you need to include it in your path, just as it's telling you to do. If you

Re: [HACKERS] complie error on windows

2003-01-03 Thread Serguei Mokhov
- Original Message - From: Greg Copeland [EMAIL PROTECTED] Sent: January 03, 2003 10:49 AM If you run, gcc, at the prompt (preferably the one you're trying to run configure from), do you get something like, gcc: No input files or do you get, gcc: command not found? If you get the