help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /usr/bin/ld cannot find libACE


From: John
Subject: Re: /usr/bin/ld cannot find libACE
Date: Thu, 18 Sep 2008 16:38:42 -0700 (PDT)
User-agent: G2/1.0

On Sep 18, 12:08 am, Paul Pluzhnikov <ppluzhnikov-...@gmail.com>
wrote:
> johnrev...@cfl.rr.com writes:
> > g++ -g -L/usr/local/lib -llibACE test.cpp
> > g++ -g -L/usr/local/lib -libACE test.cpp
>
> > Not sure what else to try.
>
> How about RTFM?
>
> One of these commands will likely work:
>
>   g++ -g test.cpp -lACE
>   g++ -g test.cpp -L/usr/local/lib -lACE
>
> Cheers,
> --
> In order to understand recursion you must first understand recursion.
> Remove /-nsp/ for email.

Thank you!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]