This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: freebsd & -frepo


Jay Sachs wrote:
> 
> compiled with
>   % g++ -frepo y.cc
>   % g++ y.o
> gives an error to the effect of
>   undefined symbaol C<int>::foo(void)

I had the same difficulties on AIX. Look at the function
scan_linker_output in file
tlink.c. If this function doesn't catch message format of your linker
you should 
obtain the above result. In such case try to add additional check to
this function.

Andrey Slepuhin,
Moscow State University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]