|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: bin/sde-check-system |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
@ -134,9 +134,9 @@ case $BASH_VERSION in |
|
|
|
found_error=1 |
|
|
|
esac |
|
|
|
|
|
|
|
if [ ! -e /usr/lib/libc.a ] ; then |
|
|
|
if ! ls -1d /usr/lib*/libc.a > /dev/null 2>&1; then |
|
|
|
cat <<-EOT |
|
|
|
Paranoia Check: File '/usr/lib/libc.a' not found! |
|
|
|
Paranoia Check: File '/usr/lib*/libc.a' not found! |
|
|
|
Without the static library of your libC you wont be able to |
|
|
|
build targets. |
|
|
|
|
|
|
|