[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From g++ To a Big cgi File
- To: <linux-il(at-nospam)linux.org.il>
- Subject: From g++ To a Big cgi File
- From: "Avi Boots" <aviboots(at-nospam)netvision.net.il>
- Date: Tue, 27 Feb 2001 14:28:36 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il