Re: [Plib-users] compilation
Brought to you by:
sjbaker
From: LAVIGNE,ERIC <la...@uf...> - 2004-09-23 23:58:37
|
gcc is the gnu compiler collection. You can call gcc for a variety of languages and it will choose the most appropriate compiler (out of its collection) based on the file extension. In this case, gcc would probably refer the job to g++. Eric Lavigne On Thu Sep 23 18:44:59 EDT 2004, Steve Baker <sjb...@ai...> wrote: > > Oh - and you're compiling C++ - so shouldn't you be using 'g++' > instead of 'gcc' ? > |