This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem running "g++ --help"


At 09:13 PM 27/5/97, James Paul Morgan wrote:
>
>Under 17.1, I get this error with this rather amusing path:
>
>bash$ g++ --help
>/usr/H-i386-cygwin32/lib/gcc-lib/i386-cygwin32/cygnus-2.7.2-961023/..
>/../../../i386-cygwin32/lib/libcygwin.a(libcmain.o): In function `main':
>/pizza/mushroom/noer/beta17/src/winsup/libcmain.cc:30: undefined 
>reference to `WinMain@16'
>
I have the same problem with 'g++ --help' or simply 'g++' under B18/Win95.
On the other side I can compile small programs like

  #include <iostream.h>

  main()
  {
    cout << "Hello there GNU++ world!\n";
  }

with the command line

  g++ -o testpp.exe testpp.cpp

when doing this on a local drive. If testpp.cpp is stored on a 
network drive, I again receive 

D:\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\i386-cygwin32\cygnus-2.7.2-97040
4\../../../../i386-cygwin32\lib/libcygwin.a(libcmain.o)(.text+0x1e):libcmain
.cc: undefined reference to `WinMain@16'
g++: Internal compiler error: program ld got fatal signal 1

Any hint?

Thank you in advance,
Robert

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]