public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: gcc problem
@ 2001-09-06  6:45 Peter Buckley
  2001-09-06  7:17 ` Dominik Zalewski
  0 siblings, 1 reply; 28+ messages in thread
From: Peter Buckley @ 2001-09-06  6:45 UTC (permalink / raw)
  To: 'Dominik Zalewski', cygwin

Did you use setup.exe to download and install the packages?

-Peter

-----Original Message-----
From: Dominik Zalewski [ mailto:dominikz@venus.wmid.amu.edu.pl ]
Sent: Thursday, September 06, 2001 9:41 AM
To: cygwin@cygwin.com
Subject: gcc problem 


Subject: gcc problem


i've been using cygwin for some time, but till now i did not try to use gcc;
and what a surprise it was for me compiling HelloWorld program, to get a
message:

gcc.exe: installation problem, cannot exec `as': No such file or directory

i've started searching for `as' in binutils; i even searched every package i
downloaded (i've got everything there is available), but i could not find
`as';

so am i doing something wrong?
-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc problem
@ 2004-03-02 12:49 Lauer Rainer
  2004-03-02 12:53 ` Laurent Vaucher
  2004-03-02 14:56 ` Gerrit P. Haase
  0 siblings, 2 replies; 28+ messages in thread
From: Lauer Rainer @ 2004-03-02 12:49 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'; +Cc: 'lauerr@gmx.net'

Hi Gents,
I've installed the latest version of cygwin (as of today 2.03.04). My PC is
running Windows 2000 with service pack 4. Installation is done on my loca
drive d:. I tried a small "C++" and failed, the reason is totally unclear to
me.
The program is:
#include <iostream>

using namespace std;

int main()
{
  int selection;
  bool loop = true;
  
  while (loop)
  {
#if 0    
    cout << endl;
    cout << "*********************\n";
    cout << "*  Learning bed C++ *\n";
    cout << "*********************\n";

    cout << ">>> CHAPTER 4 <<<\n";
    cout << "=================\n\n";

    cout << " 1: Review_5\n";
    cout << "-1: Exit\n";
    cout << "$ ";
    cin >> selection;
    cout << endl;

    switch (selection)
    {
      case -1:
        loop = false;
        break;
      case 0:
        break;
      case 1:
        break;
      case 2:
        break;
      case 3:
        break;
      case 4:
        break;
      case 5:
        break;
      case 6:
        break;
      case 7:
        break;
      case 8:
        break;
      case 9:
        break;
      case 10:
        break;
      case 11:
        break;
    }//  switch (selection)
#endif    
  }//  while (loop)
  return 0;
}//main

The error message is:
$ gcc -o gtest gtest.cc
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x4d):gtest.cc:
undefined reference to `std::ios_base::Init::Init[in-charge]()'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x68):gtest.cc:
undefined reference to `std::ios_base::Init::~Init [in-charge]()'
collect2: ld returned 1 exit status

Desperatelly I installed the complete (!) cygwin - the result is still the
same.

When I set the #if 0 to #if 1the error message looks like:
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xa1):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::endl<
char, std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xa8):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xad):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char>
>::operator<<
(std::basic_ostream<char, std::char_traits<char> >&
(*)(std::basic_ostream<char, std::char_traits<char> >&))'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xbc):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xc1):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xd0):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xd5):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xe4):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xe9):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xf8):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xfd):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x10c):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x111):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x120):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x125):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x134):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x139):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x148):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x14d):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x15b):gtest.cc:
undefined reference to `std::cin'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x160):gtest.cc:
undefined reference to `std::basic_istream<char, std::char_traits<char>
>::operator>>(int&)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x168):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::endl
<char, std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x16f):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x174):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char>
>::operator<<(std::basic_ostream<char, std::char_traits<char> >&
(*)(std::basic_ostream<char, std::char_traits<char> >&))'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x1c1):gtest.cc:
undefined reference to `std::ios_base::Init::Init[in-charge]()'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x1dc):gtest.cc:
undefined reference to `std::ios_base::Init::~Init [in-charge]()'
collect2: ld returned 1 exit status

What's wrong (template, path wrong, library missing)?

Can you help me, please?

Many thanks in advance.

Reggies
		Rainer Lauer
		Senior Software Engineer
		TV, Aftersales and Accessories
		
		DEUTSCHE THOMSON-BRANDT GmbH     
		Hermann-Schwer-Strasse 3
		78048 Villingen-Schwenningen - Germany
		tel. +49 (0) 77 21 85 23 27
		fax +49 (0) 77 21 85 20 32
		Rainer.Lauer@thomson.net
		


--
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/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc problem
@ 2003-09-14 21:00 swa004
  0 siblings, 0 replies; 28+ messages in thread
From: swa004 @ 2003-09-14 21:00 UTC (permalink / raw)
  To: cygwin

Hi,
I just installed Cygwin on my XP. When I tried to compile my first C
program, ld complains about some run time library linking problem:
$ gcc a.c
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(pseudo-reloc.o)(.te
xt+0
x49): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST__'
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(pseudo-reloc.o)(.te
xt+0
x51): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST_END__'
num_of_bfd=36 num_of_left_bfd=36 whole_size=       0 whole_reduced_size=
0

collect2: ld returned 1 exit status

Is it a installation problem? Any input is appreciated.


--
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/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* RE: GCC problem
@ 2002-03-21  5:39 Robert Collins
  0 siblings, 0 replies; 28+ messages in thread
From: Robert Collins @ 2002-03-21  5:39 UTC (permalink / raw)
  To: mike_hayden, Cygwin

Mike, setup is currently bust. I'm working on it right now.

Could you please email me the output of mount?

Cheers,
Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* GCC problem
@ 2002-03-21  5:17 Mike Hayden
  2002-03-21  5:26 ` David Starks-Browning
  0 siblings, 1 reply; 28+ messages in thread
From: Mike Hayden @ 2002-03-21  5:17 UTC (permalink / raw)
  To: Cygwin

I have installed the cygwin package (1.3.10) on my Win2k machine.

My goal is to build a GCC cross-compiler for a PowerPC target.  The problem
I have is rebuilding the GNU tools.  When I start with the binutils via the
configure script I get the following error:

Configuring for a i686-pc-cygwin host.
Created "Makefile" in /tmp/build/binutils using "mh-frag"
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
cannot find -luser32
collect2: ld returned 1 exit status
*** The command 'gcc -o conftest -g -O2   conftest.c' failed.
*** You must set the environment variable CC to a working compiler.


I also tried to compile a simple "Hello world" program to verify if the
problem was only with the configure or some overall gcc problem.  I got a
similar error:

/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
cannot find -luser32
collect2: ld returned 1 exit status


I have read the mailing list and noted that many people have had the same
problem.  In most all of those cases the advice was to reinstall cygwin and
make sure the w32api package was downloaded and installed.

I have done this 2x, first I hand picked the packages and tried it and
second I downloaded and installed ALL and tried it.  It did not work in
either case.

Any advice would be appreciated.

Thanks in advance,
MH


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
[parent not found: <Pine.LNX.4.33.0112142057150.7431-100000@heros.knurow.tpsa. pl>]
* GCC problem
@ 2001-12-14 11:11 gahan
  0 siblings, 0 replies; 28+ messages in thread
From: gahan @ 2001-12-14 11:11 UTC (permalink / raw)
  To: cygwin

when i'm tryin' to compile any file i see: cannot exec `as' or cannot 
create executables.
is 'as' any file? why i see these errors?
gahan.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* RE: gcc problem
@ 2001-09-06  7:31 Peter Buckley
  2001-09-06  7:36 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 28+ messages in thread
From: Peter Buckley @ 2001-09-06  7:31 UTC (permalink / raw)
  To: 'Dominik Zalewski'; +Cc: cygwin

I guess I spoke without checking first, 
Sorry :-)

I have a file called "as.exe" in my 
c:/cygwin/bin directory. 

as --version 
GNU assembler 2.11.90
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `i686-pc-cygwin'.

If you've been using cygwin for some time, your 
path and mounts should be okay- unless you suddenly 
decided to try cmd.exe instead of the bash shell? 

Maybe you should try downloading again- 
I'm sorry I don't know which package it is in. 
Maybe you didn't install some "experimental" 
stuff? I had that problem with perl, it was 
considered experimental at the time and took 
two installs to get it.

HTH,
Peter

-----Original Message-----
From: Dominik Zalewski [ mailto:dominikz@venus.wmid.amu.edu.pl ]
Sent: Thursday, September 06, 2001 10:16 AM
To: Peter Buckley
Cc: cygwin@cygwin.com
Subject: RE: gcc problem 


On Thu, 6 Sep 2001, Peter Buckley wrote:

> Did you use setup.exe to download and install the packages?
>

here's a brief description of what i did:
* downloaded packages to dir (c:\inst\cygwin) -- list of them are in
attachment;
* ran setup.exe;
* chose: install from local directory: c:\inst\cygwin;

i didn't do anything spooky

ps. thanks for bothering

-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc problem
@ 2001-09-06  6:41 Dominik Zalewski
  0 siblings, 0 replies; 28+ messages in thread
From: Dominik Zalewski @ 2001-09-06  6:41 UTC (permalink / raw)
  To: cygwin

Subject: gcc problem


i've been using cygwin for some time, but till now i did not try to use gcc;
and what a surprise it was for me compiling HelloWorld program, to get a message:

gcc.exe: installation problem, cannot exec `as': No such file or directory

i've started searching for `as' in binutils; i even searched every package i downloaded (i've got everything there is available), but i could not find `as';

so am i doing something wrong?
-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc_Problem
@ 2001-07-27 10:14 Mr.Serkan Gumusbicak
  2001-07-27 11:50 ` gcc_Problem Carl Hetherington
  0 siblings, 1 reply; 28+ messages in thread
From: Mr.Serkan Gumusbicak @ 2001-07-27 10:14 UTC (permalink / raw)
  To: cygwin

Hi,
I'm wandering I've just installed cygwin DLL 1.3.2
release. I tried to compile a c program using gcc and
it compiled it but the problem is the produced output
of the execute file is not working.
I've done this

$gcc -o filec cfile.c
$filec
BASH: filec: command not found

Also gdb is not working as well it's not accepting the
file I dont' know why. I think setup is not installed
gcc and gdb properly or there is something wrong with
the settings or the program is not working at all.
Could you tell me what should I do? Thanks.

Cheers,
Serkan

=====
"ALL OUR DREAMS CAN COME TRUE IF WE HAVE THE COURAGE TO PURSUE THEM."

_____________________________________________________________________________
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc problem
@ 2000-08-11 16:12 Consequator
  2000-08-11 17:22 ` Chris Faylor
  0 siblings, 1 reply; 28+ messages in thread
From: Consequator @ 2000-08-11 16:12 UTC (permalink / raw)
  To: cygwin

$ cpp -DFORK -DWIN32 darkbot.c -o darkbot -luser32
cpp: installation problem, cannot exec
`/usr/lib/gcc-lib/i686-cygwin/2.95.2/cpp.exe': Permission denied

can anyone tell me why its giving me this ?
it is giving me that msg when i do a make and showing a poppup window static
that cpp.exe is linked to an missing output cygwin1.dll:_ctype_.




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread
* RE: gcc problem
@ 1997-10-23  7:26 Frank Packenham
  0 siblings, 0 replies; 28+ messages in thread
From: Frank Packenham @ 1997-10-23  7:26 UTC (permalink / raw)
  To: gnu-win32

Thanks everyone. The problem was indeed borland cpp.exe, removing borland from the path helped solve the problem. I have two other questions: is lex available for win32 ? is imake or equivalent available for win32? Please e-mail to my address as the volume of the list was too much for me to handle, so I only monitor the archives now. TIA -------------------------------- Frank Packenham CIS (Hons) e-mail: cisfjp @ cis. unisa.edu.au Why not vistit my Website: http://www.cis.unisa.edu.au/~9202917w/ DECS Electronic Media Services

^ permalink raw reply	[flat|nested] 28+ messages in thread
* RE: gcc problem
@ 1997-10-20 19:25 Colin Peters
  1997-10-21  7:44 ` Steven J. Zeil
  0 siblings, 1 reply; 28+ messages in thread
From: Colin Peters @ 1997-10-20 19:25 UTC (permalink / raw)
  To: 'cisfjp@cis.unisa.edu.au'; +Cc: 'GNU-Win32'

Frank Packenham[SMTP:Etc@Weirdness.com] wrote:
>Well the install seemed to go well, but when I try to compile ( or make )
>anything this is the result.
>
>bash$ gcc laws.c
>Borland C++ Preprocessor Version 4.00 Copyright (c) 1993 Borland
 ^^^^^^^
>International
>Error: Incorrect command line option: -undef
>gcc: Internal compiler error: program cpp got fatal signal 1
>
>-undef is described in the UNIX man page for gcc. More importantly though,
>why is it trying to use this option, as you can see, I am not specifying it
>at the command line.

The problem, mainly, is that gcc is expecting to call the GNU version of
cpp, and it's getting the Borland version (you have a Borland compiler
installed, correct?). Cpp is the preprocessor, and it gets passed many
options you give on the gcc command line, as well as lots of options
internal to the two. Obviously Borland's cpp, while a program with the
same purpose, doesn't have the same command line syntax, and nothing
works.

Solutions include:

 - Setting up your environment so GNU cpp is earlier on the path and/or
   Borland's is not. You might do this with a pair of batch files or
   shell scripts for switching between "environments" (I like to set
   up icons which run the correct batch file and start a dos shell in
   such circumstances).

 - Removing the Borland install entirely (probably not a good option).

 - Setting up GNU's LIBRARY_PATH so that cpp can be found in it. This
   may not work, as gcc might search the main PATH first before trying
   these "default" places.

Probably the best bet is the "separate environments" way.

Colin.

-- Colin Peters - Saga Univ. Dept. of Information Science
-- colin@bird.fu.is.saga-u.ac.jp - finger for PGP public key
-- http://www.fu.is.saga-u.ac.jp/~colin/index.html
-- http://www.geocities.com/Tokyo/Towers/6162/

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc problem
@ 1997-10-20  3:21 Frank Packenham
  1997-10-20  6:00 ` Fergus Henderson
  0 siblings, 1 reply; 28+ messages in thread
From: Frank Packenham @ 1997-10-20  3:21 UTC (permalink / raw)
  To: gnu-win32

Well the install seemed to go well, but when I try to compile ( or make ) anything this is the result. bash$ gcc laws.c Borland C++ Preprocessor Version 4.00 Copyright (c) 1993 Borland International Error: Incorrect command line option: -undef gcc: Internal compiler error: program cpp got fatal signal 1 -undef is described in the UNIX man page for gcc. More importantly though, why is it trying to use this option, as you can see, I am not specifying it at the command line. Please reply via e-mail to : cisfjp@cis.unisa.edu.au as well as the list. -------------------------------- Frank Packenham CIS (Hons) e-mail: 9202917w@ares.elevels.unisa.edu.au Why not vistit my Website: http://www.cis.unisa.edu.au/~9202917w/ DECS Electronic Media Services

^ permalink raw reply	[flat|nested] 28+ messages in thread
* gcc problem
@ 1997-03-10  4:11 Jon Thackray
  1997-03-10  6:04 ` Jim Balter
  0 siblings, 1 reply; 28+ messages in thread
From: Jon Thackray @ 1997-03-10  4:11 UTC (permalink / raw)
  To: gnu-win32

I am running gcc on two similar NT 3.51 machines. In each case, gcc is
invoked by a makefile line something like
	.o.S
	gcc -c $< -o $@

On one machine, it writes its object files to *.obj, and on the other,
it does as asked and writes to *.o

In both cases I'm using the beta-17 tools, indeed, one machine's
installation was produced by copying the other machine's. Any ideas
why I get this variation?
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

end of thread, other threads:[~2004-03-02 15:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-06  6:45 gcc problem Peter Buckley
2001-09-06  7:17 ` Dominik Zalewski
  -- strict thread matches above, loose matches on Subject: below --
2004-03-02 12:49 Lauer Rainer
2004-03-02 12:53 ` Laurent Vaucher
2004-03-02 14:56 ` Gerrit P. Haase
2004-03-02 15:57   ` Gareth Pearce
2003-09-14 21:00 swa004
2002-03-21  5:39 GCC problem Robert Collins
2002-03-21  5:17 Mike Hayden
2002-03-21  5:26 ` David Starks-Browning
     [not found] <Pine.LNX.4.33.0112142057150.7431-100000@heros.knurow.tpsa. pl>
2001-12-14 11:41 ` Larry Hall (RFK Partners, Inc)
2001-12-14 11:11 gahan
2001-09-06  7:31 gcc problem Peter Buckley
2001-09-06  7:36 ` Larry Hall (RFK Partners, Inc)
2001-09-06  6:41 Dominik Zalewski
2001-07-27 10:14 gcc_Problem Mr.Serkan Gumusbicak
2001-07-27 11:50 ` gcc_Problem Carl Hetherington
2000-08-11 16:12 gcc problem Consequator
2000-08-11 17:22 ` Chris Faylor
2000-08-12  3:37   ` Consequator
1997-10-23  7:26 Frank Packenham
1997-10-20 19:25 Colin Peters
1997-10-21  7:44 ` Steven J. Zeil
1997-10-20  3:21 Frank Packenham
1997-10-20  6:00 ` Fergus Henderson
1997-03-10  4:11 Jon Thackray
1997-03-10  6:04 ` Jim Balter
1997-03-10  6:11   ` Jon Thackray

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).