This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with linking
- From: Frank Schafer <frank dot schafer at setuza dot cz>
- To: ehsan sinavalda <ehsanoracle at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 16 Nov 2001 09:06:27 +0100
- Subject: Re: Problem with linking
- Organization: SETUZA a.s.
- References: <20011115130702.31032.qmail@web21103.mail.yahoo.com>
- Reply-to: frank dot schafer at setuza dot cz
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