[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems with simple examples...
From: |
Federico Montesino Pouzols |
Subject: |
Re: problems with simple examples... |
Date: |
Tue, 14 Oct 2003 16:35:43 +0200 |
User-agent: |
Mutt/1.3.28i |
You can get the right compiler/linker flags for you system
from the output of the 'ccgnu2-config' script which is installed with
common c++. You can read detailed instructions in the chapter
"Compiler Options" in the manual, or searching for 'ccgnu2-config' in
the archives of this list.
On Mon, Oct 13, 2003 at 03:41:31PM -0300, vitormr wrote:
> Hello,
> I have some problems to generate a Makefile for my examples. Can you
> help me?
> I need a Makefile example to compile a generic .cpp example as a
> documentation
> examples (e.g., bug1, bug2...).
>
> In attach you can see my Makefiles and a simple example.
>
> Thank you,
> VĂtor