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: Paul Pluzhnikov
Subject: Re: /usr/bin/ld cannot find libACE
Date: Wed, 17 Sep 2008 21:08:21 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

johnrevans@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.


reply via email to

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