Re: Anyone else having C++ linking problems?
Brian Bassett <brianb@mail.wsu.edu> writes:
> Hi all,
>
> I'm having a bit of trouble getting a C++ library I maintain
> (wxWindows/GTK) to link. It dies on me with the following error:
>
> /usr/bin/ld: cannot open linker script file libgcc.map: No such file or
> directory
> collect2: ld returned 1 exit status
>
> Any ideas what's up?
Install egcc, it contains the missing map file. I hacen't had time to
report this as a bug yet, please do it if you can :-)
Phil.
Reply to: