#!/bin/sh
#
#  getStdLibPaths - return a list of library paths used by the linker


# This also can vary from system to system and release to release
# here is a basic default that is most likely overriden


echo "/lib /usr/lib"
