Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Compile without fink' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Compile without fink
Authored by: oeyvind on May 24, '02 12:19:05AM

If you don\'t know what to use fink, for one reason or another... edit pstree.c, look at line 168:

#elif defined(__FreeBSD__) /* FreeBSD */

change it to:

#elif defined(__FreeBSD__) || defined(__APPLE__) /* FreeBSD */

Save the changes and compile as per README.



[ Reply to This | # ]
Compile without fink
Authored by: magor on May 24, '02 03:21:58AM

Thanks, my fink did not list the pstree as available. Used your info to compile it. Works great.



[ Reply to This | # ]
Compile without fink
Authored by: bhines on May 24, '02 07:35:00AM

Er, if you "fink selfupdate-cvs", like the TIP SAYS, it will list as available.



[ Reply to This | # ]
Compile without fink
Authored by: babbage on May 25, '02 01:11:33PM

Nah, that's too easy, Ben. Must go munge the source manually! :-)



[ Reply to This | # ]