This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: Bug in the Documentation of GCC-Version:2.91.66


manish kulkarni wrote:
> 
> hi,
>   There is a bug in the documentation of the GCC version 2.91.66.It says
> that the gcc can be involed with option or filename.
> gcc [option|filename]
> Now when we use the linker options say -l and -L.The option -l specifies the
> library name and -L indicates the search path,if they are given before the
> file is given,i.e for example:
> gcc -lExample -LMydir File.c,then it reports an linker error saying that the
> functions used in File.c don't have a reference.
> Does this mean that the Filename should be given before the linker options
> are given?.

The linker options are always line position dependent.

> Please Clarify,i think i am clear abt myself.

Very, but your problem doesn't constitute an error in the documentation
and even if it did this would be the wrong list to report it on.

> Manish.

-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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