This is the mail archive of the gcc@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: GCC Linking Problem


Peng, Chuck C wrote:
I got a GCC linking problem that many of you must already have answers.
Appreciate your help if you can

There isn't enough info here. You failed to mention the error you got, and you haven't given us a testcase we can use to reproduce it.


You might try adding debugging options like -v and -Wl,--verbose to see what is going on. And keep in mind that libary options are order dependent, and there are search paths involved that can matter if you have multiple libraries of the same name installed.

This list is really more for discussing gcc development, than questions about using gcc. You should send questions like this to gcc-help instead.

Many people don't like those legal disclaimers. We even have a policy discouraging them. Since this is a public list, anyone in the world can now access your message. See
http://sources.redhat.com/lists.html
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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