[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot install Moab on Linux RedHat 7.2 !!



The following patch should make it work.  You will need to rerun configure
after applying the patch.  Note also that you will get link warnings about
pthread_attr_{set,get}stackaddr being deprecated, but everything will work:
------

diff -c nodeos-20010214/configure nodeos/configure
*** nodeos-20010214/configure	Tue Oct 17 10:21:27 2000
--- nodeos/configure	Wed Jan 23 01:30:20 2002
***************
*** 815,821 ****
  #
  # NOTE: All host-specific compiler flags are set in arch.mk
  case "$host_os" in
! linux-gnu)
  	host_os=linux
  	;;
  freebsd3*|freebsd4*)
--- 815,821 ----
  #
  # NOTE: All host-specific compiler flags are set in arch.mk
  case "$host_os" in
! linux-gnu|linux-gnuoldld)
  	host_os=linux
  	;;
  freebsd3*|freebsd4*)
diff -c nodeos-20010214/configure.in nodeos/configure.in
*** nodeos-20010214/configure.in	Tue Oct 17 10:21:27 2000
--- nodeos/configure.in	Wed Jan 23 01:30:10 2002
***************
*** 59,65 ****
  #
  # NOTE: All host-specific compiler flags are set in arch.mk
  case "$host_os" in
! linux-gnu)
  	host_os=linux
  	;;
  freebsd3*|freebsd4*)
--- 59,65 ----
  #
  # NOTE: All host-specific compiler flags are set in arch.mk
  case "$host_os" in
! linux-gnu|linux-gnuoldld)
  	host_os=linux
  	;;
  freebsd3*|freebsd4*)




[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah