[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'crtbegin.o' not found using Bloodshed GNU compiler
From: |
Ulrich Eckhardt |
Subject: |
Re: 'crtbegin.o' not found using Bloodshed GNU compiler |
Date: |
Wed, 02 Feb 2005 17:55:07 +0100 |
User-agent: |
KNode/0.8.1 |
Tracy Yucikas wrote:
> Problem is I downloaded Bloodshed gnu package and can compile "C"
> programs but C++ gives me an error message
>
> "cannot open crtbegin.o No such file or directory"
Two things come to mind:
1. devC++ isn't installed correctly, try reinstalling.
2. you are using the gcc for linking C++ programs, always use g++.
You might consider throwing the error-message at google, too.
Uli
--
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/