|
From: SourceForge.net <no...@so...> - 2005-01-27 14:03:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2962593 By: deathmaker0 Hi all! Excuseme for my english but i don't speak it very often. I've wrote the simplest program that u can imagine in c++: #include <stdio.h> main() { printf("hello"); } if i compile it in linux using: $g++ simple.c++ all goes fine and i have a executable of a bit of kb. But if i compile the same source under MinGW with: $g++ simple.c++ the compilation is successfull but i obtain an executable of 414KB!! It might be a linker strange fact! Please help me...what can i do? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=286529 |