| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Fatal error C1083 when make install prefix... |
| Date: | Tue, 31 Jan 2006 19:11:17 -0000 |
| Message-ID: | <001501c6269a$1cfa90c0$a501a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <6621769.1138733429503.JavaMail.cpadmin@pipeline.utdallas.edu> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 31 January 2006 18:50, Elin Aronsen wrote:
> Hi !
>
> I sincerely hope you can help me. I am innstalling Geant4 with Microsoft
> Visual .NET 2003 and WIRED on Windows XP operating system. I do not
> understand why in the configuration of the CLHEP library they tell me I
> have a i686-pc-system.
So what _do_ you have? Is it not an intel based system with a Pentium 2 or above cpu?
> May be I chose a wrong compiler.
Absolutely you did. You need the cygwin version of gcc and make. The error message you list comes from Microsoft's compiler.
> It seems to me
> that I should have a standard C++ giving me in the configuration checking
> for std::stl yes, but instead I have no. Is this that #include
> <stdlib.h> is obsolete in the folder config of the library on line 12 of
> CLHEP.h.? I tried to change it to #include <stdlib> and using namespace
> std; without success.
Attempting to get Visual C and NMAKE to run a posix shell script from a GNU makefile is pretty much bound to fail.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |