On 17/09/11 00:29, Fazl, Arash wrote:
> Thanks Alexander,
> which rmdir returns:
> /bin/rmdir
[]
> On 9/16/11 6:23 PM, "Alexander Hansen"<alexanderk.han...@gmail.com>  wrote:
[]
>> If you don't have rmdir, you're not going to get very far.
>>
>> What do you get from running "which rmdir" in a terminal window?

It's not the rmdir command that is not found, but the rmdir() function 
in the system library. Since this function is certainly there, something 
else is going on. Configure tries to compile a short program that uses 
the function, and apparently this fails. The reason for the failure can 
be something unrelated.

Please look in the file
   /sw/src/fink.build/gzip-1.4-2/gzip-1.4/config.log
for a line similar to
   configure:18712: checking whether rmdir works
and show the next lines after this, up to
   configure:18712: result: no

If you don't find this file, then please show the output of

  grep "for rmdir" -A10 /sw/src/fink.build/gzip-1.4-2/gzip-1.4/config.log

-- 
Martin


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to