Say What!??!
Tuesday, September 30, 2003 by Koasati | Discussion: WinCustomize Talk
I downloaded this png compression tool, read it was really good............ anyway, I open the Install.txt, and get hit with this ...
There are sample Makefile.gcc and Makefile.msc for pngcrush, which you can use
by typing, for example
make -f Makefile.gcc
However, all you should need to do is enter the pngcrush-n.n.n
directory and type
cc -O -o pngcrush *.c -lm
cp pngcrush /usr/local/bin # or wherever you want
You might want to create your own Makefile if you are planning to do
something more complicated, like loading with your system's shared
libraries for libpng and zlib.
Here's a command for compiling on SGI IRIX:
cc -n32 -fullwarn -O2 -IPA:plimit=256 -OPT:Olimit=0 -o pngcrush *.c -lm
cp pngcrush /usr/local/bin
On a PC with DJGCC, you can type
gcc -O3 -Wall -funroll-loops -o pngcrush *.c
copy /B pmodstub.exe + pngcrush pngcrush.exe
then put pngcrush.exe wherever you want.
............ I think I understand the last line............. 
Reply #4 Tuesday, September 30, 2003 9:47 PM
Looks like a 'dummy' on MS-DOS on crack or sumpin'

Reply #5 Tuesday, September 30, 2003 9:51 PM
| On a PC with DJGCC, you can type gcc -O3 -Wall -funroll-loops -o pngcrush *.c copy /B pmodstub.exe + pngcrush pngcrush.exe |
you need that DJGCC compiler, make sure it is either in the path or in the directory with the files...
and then follow those directions for the PC and complice source into the application...
I'd be careful though because if something isn't right about it, there is a chance it could dink your system some how...
Have a link to the site you got it from?

Reply #6 Tuesday, September 30, 2003 9:54 PM
Reply #8 Tuesday, September 30, 2003 9:57 PM
Reply #10 Tuesday, September 30, 2003 10:05 PM
(dork was promising everyone everything and not telling anyone else)
anyway, so I recovered his deleted pst's and stuff, did a roll back and found some other things. I was reading through the business email section of one pst and the jackass was sending an Excell Spread Sheet to this guy telling him he needs to update his list... I opened up the attachment and there is three pages of Product Lisence numbers for the whole damn network including every single server OS, utility, Passwords for all the Pix boxes, Passwords for all the servers and bunches of other things....
I am really considering calling someone in the morning and having the County Sherrifs show up on his door step. Though with all that crap about private emails and stuff I don't know what repercussions could come from it. But I do know that guy is a serious security risk on any network he might eventually end up working on....

Reply #11 Tuesday, September 30, 2003 10:26 PM

Reply #12 Tuesday, September 30, 2003 10:47 PM
I also have the email address and the name with location of the person he was sending those things to....
Citrix, Microsoft, IBM, SCO, Symantec, Medical Manager, MASS, and on and on... all the big ones in the medical field and also all the big ones in the network arena...
mmm...
some people don't have a clue...

Reply #14 Wednesday, October 1, 2003 3:55 AM
First try this http://prdownloads.sourceforge.net/pmt/pngcrush-1.5.10-DOS-MMX.zip?download .
If that doesn't work properly then try this http://prdownloads.sourceforge.net/pmt/pngcrush-1.5.10-DOS.zip?download .
Note that pngcrush runs from a DOS-box only.
These two links are for the 1.5.10 version (with and without MMX processor support). If both of these don't work then try an older version. You can find these on the download page too. Do a search on that page for "pngcrush-executables".
[Message Edited]
Reply #15 Wednesday, October 1, 2003 4:30 AM

Reply #16 Wednesday, October 1, 2003 7:38 AM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!








Reply #1 Tuesday, September 30, 2003 9:24 PM