Browse Source

sde-check-system: added support for /usr/lib*/libc.a

user/chris/test/early-mdev
Alejandro Mery 14 years ago
parent
commit
8bf4046a8b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      bin/sde-check-system

+ 3
- 3
bin/sde-check-system

@ -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.

Loading…
Cancel
Save