#!/bin/sh

GUILE_LOAD_PATH="/home/rotty/src/g-wrap/src:/home/rotty/src/g-wrap/src/guile:/home/rotty/src/g-wrap/src/guile/test:/home/rotty/src/g-wrap/src:/home/rotty/src/g-wrap/src/guile:${GUILE_LOAD_PATH}"
export GUILE_LOAD_PATH

exec /home/rotty/src/g-wrap/src/libtool --mode=execute \
       -dlopen "/home/rotty/src/g-wrap/src/g-wrap/libgwrap-core-runtime.la" \
       -dlopen "/home/rotty/src/g-wrap/src/guile/g-wrap/libgwrap-guile-runtime.la" \
       -dlopen "/home/rotty/src/g-wrap/src/guile/g-wrap/gw/libgw-guile-standard.la" \
       -dlopen "/home/rotty/src/g-wrap/src/guile/test/libgw-test-compat.la" \
       -dlopen "/home/rotty/src/g-wrap/src/test/libg-wrap-test-c-code.la" \
     "/usr/bin/guile" "$@"
