On Jan 04, "Adolfo Giannasi" wrote: > I downloaded flow-tools-0.66 and uncompressed on a directory of a Sun > Solaris 9 server. > > Also, I download zlib-1.2.1, tcp_wrappers_7.6, and make-3.80. When > uncompressed them, they created their own directory. > > I tried to install flow-tools by following the steps in the INSTALL > file. I had the following error. > > "Error C compiler cannot create executables" > > Could you send me more information about how to install it? > > Thanks in advance
Sun doesn't (or didn't, at least) ship a C compiler with their OS. You need to download gcc (from sunfreeware.com perhaps) and use gcc to compile flow-tools (perhaps by using `export CC=gcc` to force it to use gcc). If and when you get it compiled maybe you can submit it sunfreeware.com; the license seems to permit binary redistribution :) Good luck! Mike _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
