Networking Forums

Networking Forums > Computer Networking > Linux Networking > trouble compiling LKSCTP-tools-1.0.6

Reply
Thread Tools Display Modes

trouble compiling LKSCTP-tools-1.0.6

 
 
gthaker@comcast.net
Guest
Posts: n/a

 
      12-26-2006, 05:02 PM
Hi,

I am trying to build user level apps to try out a few things. I am
following
instructions that come with the .tar file. I get to the initial
"./bootstrap"
and get stuck there. I am trying this on a Linux 2.6.19 kernel on which
SCTP is
compiled as a module.

Any hints/suggestions welcome. Thanks.

root@b> more bootstrap
#!/usr/bin/env bash
# -*- sh -*-
set -ex # exit on error
libtoolize --force --copy
aclocal
autoheader
automake --foreign --add-missing --copy
autoconf
if [ "$1" = "-a" ]; then
./configure --prefix=/usr --enable-shared --enable-static
make
make dist
fi
root@b>
root@b>
root@b> ./bootstrap
+ libtoolize --force --copy
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `bin'.
+ aclocal

/* GETS STUCK HERE FOREVER */

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re-Compiling Kernel for NTFS (Red Hat 9.2) lekkie.aydot@gmail.com Linux Networking 1 07-29-2006 10:53 AM
compiling inetutils (telnetd) hwntw Linux Networking 0 10-21-2004 09:35 AM
help compiling madwifi drivers AA Linux Networking 2 09-19-2004 11:46 PM
Trouble Installing Linux/Cisco VPN Client Has anyone had trouble compiling the linux cisco vpn client? Here is the output of the install script: # uname -rviosm Linux 2.4.22-1.2188.nptl #1 Wed Apr 21 20:19:18 EDT 2004 x86_64 x86_64 GNU/Linux JSH Linux Networking 4 07-02-2004 12:48 PM
compiling freeswan 2.06 günter bachbauer Linux Networking 0 06-16-2004 09:30 AM



1 2 3 4 5 6 7 8 9 10 11