public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* installation
@ 2001-12-06 12:00 Jade
  2001-12-06 12:14 ` installation DJ Delorie
  0 siblings, 1 reply; 3+ messages in thread
From: Jade @ 2001-12-06 12:00 UTC (permalink / raw)
  To: gcc

Hi,

I would like to use GCC for compiling my C++ programs, but basically, you
guys really aren't making it easy to install the thing. I've come to the
conclusion that there are only 2 difficult things in C++ (which I already
know, after using it at school for a year); these things are:

1.) installing the compiler and figuring out how it works
2.) finding documentation that a human being can read

Why couldn't people simply do what Sun has done with Java: just a single,
no-extra-crap-distribution and simple instructions on how to get started,
plus easy-to-read API documentation on the most important classes. Java
would never have gained as much popularity as it has if only somebody had
figured this out, and done something about it. It's by far the most vital
problem to solve for the C++ community. New users turn to Java simply
because it doesn't take a year to figure out how to get started with it.

So, please answer just one question:

"Where can I find a normal command-line version of GCC which can be hooked
up with the Win API / MFC easily?"

That is, no UNIX emulator crap, just standard MS-DOS. As far as I know,
DJGPP can't be used with the Win API very easily, and its documentation
sucks bad, not to mention that the error messages are mostly useless and it
seems kinda unstable anyway. Sorry about the tone, but this thing has been
bothering me for a long time. Why isn't something being done? It's been 3
decades.

- Janne Kuusela



^ permalink raw reply	[flat|nested] 3+ messages in thread
* installation
@ 2002-04-26  8:37 Vu Khuong
  0 siblings, 0 replies; 3+ messages in thread
From: Vu Khuong @ 2002-04-26  8:37 UTC (permalink / raw)
  To: 'gcc@gcc.gnu.org'

I try to install gcc cross compiler (gcc-2.95.2) onto my windows 2000 prof,
with cygwin.  I seem to be successfully run configure as follow:
$ cd ~
$ cd ../../gcc-2.95.2
$ rm -f -r objdir
$ mkdir objdir
$ cd objdir
$ ../configure  --prefix=/usr --enable-threads=win32 --with-system-zlib
--enable-languages=c,c++ --enable-sjlj-exceptions

then when I try to run make I got the following errors:
$ make bootstrap-lean
make.exe: command not found: /bin/sh
make.exe: *** [all-libiberty] Error 0x7f

$ make install
/bin/sh ../mkinstalldirs /usr /usr
make.exe: command not found: /bin/sh
make.exe: *** [installdirs] Error 0x7f


I would appreciate any help
Thanks

Vu Huy Khuong
Omnispectrum Communication, inc.
408-941-8000 X 224
VKhuong@omnispectrum.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-26 15:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-06 12:00 installation Jade
2001-12-06 12:14 ` installation DJ Delorie
2002-04-26  8:37 installation Vu Khuong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).