This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how can I solve this problem?
- From: "Andrea 'fwyzard' Bocci" <fwyzard-gcc at libero dot it>
- To: "변용덕" <ydbyun at lge dot com>
- Cc: gcc at gnu dot org
- Date: Thu, 24 Apr 2003 13:38:41 +0200
- Subject: Re: how can I solve this problem?
At 15.20 24/04/2003 +0900, =?euc-kr?B?uq+/67T2?= wrote:
Hello,
I am Byun.
I have one question.
I use g++ 3.2.1 on linux system.
When I compiled my source program, g++ generate many link error. no
compile error. only link error.
[...]
Sorry, but I couldn't follow your code.
What is that you are exactly trying to do ?
Mainly, this line
#include
and these
template
foo::foo()
{
...
are a bit strange to me.
Can you post the simple files that you can compile and show those errors ?
Also, this mailing list is devoted to the devolopment *of* GCC. For
problems *using* GCC, please use the gcc-help at gcc dot gnu dot org mailing list.
fwyzard