Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: Installing conceptgcc under Windows

From: Mat Marcus (mmarcus_at_[hidden])
Date: 2009-06-10 14:21:31


Works for me (my executables aren't zero-sized):
$cd /

$tar xvjf conceptgcc-4.3.0-alpha-7-cygwin.tar.bz2
...

$cd /opt/conceptgcc-4.3.0-alpha-7/bin

$ls -l

-rwxr-xr-x 4 mmarcus None 578718 Aug 6 2008 c++.exe*
-rwxr-xr-x 4 mmarcus None 578718 Aug 6 2008 conceptg++.exe*
-rwxr-xr-x 1 mmarcus None 577179 Aug 6 2008 cpp.exe*
-rwxr-xr-x 3 mmarcus None 574037 Aug 6 2008 gcc.exe*
-rwxr-xr-x 1 mmarcus None 15983 Aug 6 2008 gccbug*
-rwxr-xr-x 1 mmarcus None 247641 Aug 6 2008 gcov.exe*
-rwxr-xr-x 4 mmarcus None 578718 Aug 6 2008 i686-pc-cygwin-c++.exe*
-rwxr-xr-x 4 mmarcus None 578718 Aug 6 2008 i686-pc-cygwin-conceptg++.exe*
-rwxr-xr-x 3 mmarcus None 574037 Aug 6 2008 i686-pc-cygwin-gcc-4.3.0.exe*
-rwxr-xr-x 3 mmarcus None 574037 Aug 6 2008 i686-pc-cygwin-gcc.exe*

$./conceptg++.exe --version
conceptg++ (GCC) 4.3.0 20070330 (experimental) (Indiana University ConceptGCC Alpha 7)
Copyright (C) 2007 Free Software Foundation, Inc.
Copyright (C) 2005-2008 Trustees of Indiana University.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 - Mat

Scott Meyers <smeyers_at_[hidden]> writes:

> I'm stuck at pretty much step 0 in getting conceptgcc to run on my Windows machine, and googling the web and newsgroups has not yielded any indication that what I'm running into is a problem that others have encountered. I'm sure it's pilot error, but I'm hoping someone can point this misguided pilot in the right direction.
>
> In http://www.generic-programming.org/software/ConceptGCC/files/conceptgcc-4.3.0-alpha-7-cygwin.tar.bz2 , the sizes of several of the executables in the bin directory, including conceptg++.exe, are 0. The attached jpg shows what I see after extraction. I've downloaded this file twice with the same results, so if it's a corrupted bz2 file, it seems to be a consistent one.
>
> I've installed cygwin, including gcc, libmpfr1 and libmpfr-devel, so, in theory, I should be ready to go. But zero-sized executables are kind of a problem. Does anybody have any idea how I can solve it?
>
> Thanks,
>
> Scott
>
>
>
> _______________________________________________
> ConceptGCC mailing list
> ConceptGCC_at_[hidden]
> http://www.osl.iu.edu/mailman/listinfo.cgi/conceptgcc