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]

Bug in the Documentation of GCC-Version:2.91.66


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?.
Please Clarify,i think i am clear abt myself.
Manish.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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]