This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Problem with linking


ehsan sinavalda wrote:

> Hi All
>
> I have a problem with linking an oraclel library
> (libsql.a)
>
> I entered this command:
>
> gcc -l [libpath]/libsql.a .........
>
> but I received this message:
>
> Can not find -l[pathlib]/libsql.a
>
> But the path and filename is correct
>
> Could someone help me resolving the problem?
>
> E.
>
> __________________________________________________
> Do You Yahoo!?
> Find the one for you at Yahoo! Personals
> http://personals.yahoo.com

Hi,

youd have to type:

gcc -L [libpath] -lsql .........

instead.

Frank
begin:vcard 
n:Schafer;Frank
x-mozilla-html:FALSE
org:SETUZA a.s.;IT
adr:;;;;;;
version:2.1
email;internet:frank.schafer@setuza.cz
title:Dipl. Ing.
note:System administrator
x-mozilla-cpt:;0
fn:Frank Schafer
end:vcard

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