bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compile errors with SunPro CC + Fix


From: Patrick Stach
Subject: Compile errors with SunPro CC + Fix
Date: Wed, 19 Mar 2003 13:02:50 -0800

Bash version: 2.05b
OS and hardware: Solaris SPARC
Compiler: SunPro CC

make failed for lib/malloc/malloc.c due to the lack of
a return after the free_return: label in internal_free()
function.

Add a return; line at the end of the function and it goes away.

Thanks,
-Patrick Stach




reply via email to

[Prev in Thread] Current Thread [Next in Thread]