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]

Linking static librarys


Dear GCC-Team,

I want to compile and link a program with static librarys but get some
errors like this:

undefined reference to 'C_CL1::C_CL1(void)'
...
...

This program is only to learn how to create static librarys.

Have I made a mistake?

Where can I get an tutorial for writing and linking such librarys?

I am sending you my makefiles.

Thank you very much for your effort.

Robert Kern <<problem.tar.gz>> 

problem.tar.gz


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