Actually, In your makefile, instead of gcc .....(options) type
g++ .... (options). The libraries should (don't quote me on it
though) automatically be linked in with the rest of your project. If
all else fails, someone else should know.
--- In gbadev@yahoogroups.com, <gbadev@r...> wrote:
> Hi,
>
>
>
> I've been trying to get a C++ project to compile using Devkit
Advance
> (release 5 beta 3) ideally along with Jeff's Crt0 and LnkScript
(crtls
> v1.28). Which libraries do I need to link for C++ compilation?
I'd be very
> grateful if someone would post a sample makefile that would work
for this
> (even if it compiles/links just a single cpp file).
>
>
>
> Thanks in advance.