Hi,

I compile some small c++ file with mysql library.
the file works great, but the cgi is BIG over 200K

How can i make it a little small like 10-20K ?
(gcc make a smaller cgi files with mysql library)

The compile line is:
g++ file_name.cpp -o
file_name.cgi -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient

Thank you,

Avi.


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to