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: Need help in fixing a gcc error


On Fri, May 23, 2008 at 4:37 PM, ying lcs <yinglcs@gmail.com> wrote:
> On Fri, May 23, 2008 at 3:20 PM, Eljay Love-Jensen <eljay@adobe.com> wrote:
...

>> Add A.o to the link line.
>>
>> HTH,
>> --Eljay
...
> -l/home/yinglcs/gtk/src/A.o

Try removing the "-l" (and look up the meaning of "-l" in the gcc manual).

-Tom


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