Mail Archives: djgpp/2004/08/18/11:00:33
Hello,
I am sorry to bother anyone but this is my first
try...I am trying to teach myself C++. I made a very
small .cc file named "hello" as I am sure many have
started with this.
The problem...when I go to compile using gcc
command...gcc hello.cc -o hello.exe, I get the
following error:
c:/djgpp/tmp/ccOFOb6B.o(.eh_frame+0x11):hello.cc:
undefined reference to `___gxx
_personality_v0'
Could anyone help me with this?
I have set a new environment variable to DJGPP as the
variable and DJGPP=c:/djgpp/djgpp.env as the value.
I made autoexec.bat as the following
@echo off
set PATH=c:\djgpp\bin;%PATH%
set DJGPP=c:\djgpp\djgpp.env
chdir c:\djgpp\mystuff (or any other directory)
command
Any help would be very appreciated
Steve
- Raw text -