Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eagarwal

    Linking a C program to MySQL

    I am compiling a C program and then trying to link it with the command: gcc -g url.cc url.o -lm -L/usr/lib/mysql -lmysqlclient Once I enter the above command, I get an error that looks like url.o(.text+0x0): multiple definition of `PrintHTMLHeader(void)' where url.o is my object file ...

Part and Inventory Search

Back
Top