Nikolas wrote: > Hi, I just downloaded the fltk-1.3.x-r7626.tar.bz2 file. Then with MSYS tried > /configure > and I got a message from AVG antivirus saying that it contains a trojan in > /fltk-1.3.x-r7626/a.exe > > Any idea if I see a real problem or what?
Disclaimer: NO WARRANTIES ! This shouldn't be a problem - just a false positive of your AV software. To check it: There shouldn't be a file named a.exe in the tarball. FLTK doesn't include executables in the tarballs. If the AV software finds a.exe while (or after) running configure, then this is most likely because configure creates executables to test some features of your system. However, there is a small probability that your compiler is infected and creates .exe files that contain virus code. But personally I would think that it's a false positive. Again: NO WARRANTIES ! Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

