On Wed, 31 Oct 2001, Farhan Ahmed wrote: #hi, #when i try to 'make' inetutils-1.3.2 downloaded from gun.org , i get the #following error : #<_______________________________> # sys_term.c #sys_term.c: In function `rmut': #sys_term.c:2233: sizeof applied to an incomplete type
Farhan, Did you go to that line of code and try to see what is happening there? Have you coded in C before? If yes, then you should. I have obtained and compiled sources for BASH on HP-UX and Linux both. And there do occur problems like this - especially if there are any GNU extensions to ANSI C [a more popular case] and GCC not being used for compulation. Whatever happens, look at the code. You could find a bug and be famous. Rohit ********************************************************* Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
