mICQ

cmasters

Registered
Here is my problem...I want to run mICQ and downloaded it, but it is in linux binary code. From reading the boards, I know that you can't use linux binary on OS X, but is there a way to get this to run. I really like the though of being able to use terminal to run icq. Any help would be appreciated...

==================
"Take the CD out, wash it
in warm, soapy water, dry
it with a lint-free cloth, and then
maybe it will work."
-Apple Pro Tech Support
==================
 
I still get an error when I try to compile it.
The Readme says to do gmake and i get and error, the same one if I try make.

make: gcc: command not found
make: *** [file_util.o] Error 127
 
do you have the developer tools installed? if not, install them.

if you do have them installed you may need to make a link from cc to gcc.

sudo ln -s /usr/bin/cc /usr/bin/gcc
 
Back
Top