diff options
author | Brendan Kehoe <brendan@cygnus> | 1996-01-05 22:00:32 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1996-01-05 22:00:32 +0000 |
commit | 127841e484b8850f91a36b85f11d29b5eafbe512 (patch) | |
tree | c0e10f96fcc2945c165b883b1f2050bdfc640c59 /gdb/configure | |
parent | 6b4fe21d5e0ee63cd0dd1ed8d9fd8f19ea30e3bc (diff) | |
download | gdb-127841e484b8850f91a36b85f11d29b5eafbe512.zip gdb-127841e484b8850f91a36b85f11d29b5eafbe512.tar.gz gdb-127841e484b8850f91a36b85f11d29b5eafbe512.tar.bz2 |
* configure.in, configure: Add `-ldl -lw' for Solaris linking.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 3e72ddb..8df0f25 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2109,7 +2109,7 @@ fi sparc-sun-solaris2*) if test "x$GCC" = "xyes"; then - X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic" + X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw" else if test "x$x_libraries" != "x" ; then |