This is the mail archive of the gcc-bugs@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]

[Bug other/58900] parsing bug: undefined reference for libraries, specified before source files


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58900

--- Comment #3 from nick87720z at gmail dot com ---
Looks like i just did not get something from gcc info book. After short search
for topics about gcc for possible describing of such error i found one
(russian), explicating it by feature to specify some libraries only for some
object/source files, specified for linker (or gcc command with same effect):
http://pyviy.blogspot.ru/2010/12/gcc.html

I got totally >3 topics, dedicated to gcc compilation process, from search (not
google - nigma), but only this describes, what happens in such case.

So, is it make's issue? (GNU Make 3.81)
I'm in a maze.


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