This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Gcc Fails during ld phase for automatic instantiation
- To: gcc@gcc.gnu.org
- Subject: Gcc Fails during ld phase for automatic instantiation
- From: chandra <cpuchaka@us.oracle.com>
- Date: Fri, 13 Aug 1999 12:50:02 -0700
- CC: cpuchaka@us.oracle.com
- Organization: Oracle Corp
Hi,
I am compiling my code on linux/GNU .
I Compiled template-using code with `-frepo'. The
compiler generated files
with the extension `.rpo' listing all of the template
instantiations .
But when I try to create the final executable I see lot
of undefined
reference.
ld Error is
collect2: ld returned 1 exit status
Question ?
Do I need to use any other flag other then -frepo.
Thank's in advance.
Best regards,
Chandra