Re: [Libcgi-general] compiling
Brought to you by:
rafaelsteil
From: Vasiliy N. <va...@ya...> - 2005-06-06 06:43:50
|
John Tims wrote: > Hello, > I know this is going to be the biggest newbie question of all > time, but I'm going to ask anyway. I've looked all through the > documentation and through the website. I've searched through google > and anywhere else I could think of. Despite all of this, I still > cannot figure out what compiling flags i need to use. I'm using gcc, > so if anyone would kindly tell me the correct compile flags I would be > very grateful. Thank you. gcc -Wall -o prog_file_name source_file_1.c ... source_file_n.c -lcgi Best regards, Vasya |