On Thu, 2 Dec 2010 13:50:30 -0600, "Black, Michael (IS)" <[email protected]> wrote: >The -lpthread goes on the FINAL link you do with your OBJS.
Sorry about that :-/ Apparently, gcc will compile and link in one go. Is a Makefile required to add the -lpthread switch, or can this be done on the command line? This is just to learn more. I don't mind whiping off a small Makefile to do this. BTW, am I correct in understanding that originally, gcc stood for "GNU C compiler", while now, gcc is just a language-neutral front-end that can compile different source files (C, C++, Fortran, etc.) and is smart enough to guess what type of source files it is handed and call the right compiler accordingly? Thank you. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

