LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problems installing TITAN on my 64 bit system (https://www.linuxquestions.org/questions/linux-newbie-8/problems-installing-titan-on-my-64-bit-system-937828/)

priyach2000 04-03-2012 02:01 AM

Problems installing TITAN on my 64 bit system
 
Hi I am trying to install TITAN on my system, but I get an error as the XView librarry needs to be compiled on a 32 bit platform.

There is a build script which starts the compiling and building of different libraries so I don't think raising -m32 flag will help... Can anyone suggest a way by which I can do the needful

Satyaveer Arya 04-03-2012 02:23 AM

Incomplete information you'll give, less help you'll get. You need to give some more information like which OS you are using, what command you executed, what are the errors you got? Just post them.

priyach2000 04-03-2012 03:17 AM

Hi, I am using Linux-UBUNTU

I simply run this script :


#! /bin/csh
# Script to build the TITAN, including their support libraries.
#
# Mike Dixon, May 2009
#
# Run this script from the base of the source tree.
#
# i.e. your directory should contain:
# distribs, apps, libs, projects etc
#
# Installation will be done in ./include, ./lib[32,64] and ./bin[32,64]
# Installation will be done in ./include, ./lib
#
#
# Run set_build_env first

./build_titan_libs
./build_titan_apps

# run checks again

cd $BUILD_DIR

echo
echo
echo
echo "============= Checking libs for TITAN - EXTENDED ============="
./check_titan_libs -ext
echo "=============================================================="
echo
echo
echo
echo "============= Checking libs for TITAN - STANDARD ============="
./check_titan_libs
echo "=============================================================="
echo
echo
echo
echo "============= Checking apps for TITAN - EXTENDED ============="
./check_titan_apps -ext
echo "=============================================================="
echo
echo
echo
echo "============= checking apps for TITAN - STANDARD ============="
./check_titan_apps
echo "=============================================================="

and I get errors as the Xview library is not created.
The Errors are:

==================>> ERROR <<===================
TITAN STANDARD VERSION
=====>> INCOMPLETE TITAN APP INSTALLATION <<====

3 missing applications:

TITAN application 'CIDD' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/cidd/src/CIDD
TITAN application 'CIDD_titan' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/titan/src/CIDD_titan
TITAN application 'Sigmet2Dsr' missing
NOTE: RVP8 ops only - needs SIGMET libraries installed in /usr/operator/lib
Check in dir:
apps/ingest/src/Sigmet2Dsr
============= Checking libs for TITAN - EXTENDED =============
Checking ext libs
==================>> ERROR <<===================
TITAN EXTENDED VERSION
====>> INCOMPLETE TITAN LIB INSTALLATION <=<====

5 missing libraries:

TITAN library 'libNcfMdv.a' missing
NOTE: Depends on UCAR/Unidata netcdf and udunits2 library, and NASA hdf5 library
Check build in directory libs/NcfMdv

TITAN library 'libgrib2.a' missing
NOTE: Depends on gfortran, and jasper library
Check build in directory libs/grib2

TITAN library 'libxview.a' missing
NOTE: Must be compiled in 32-bit mode or on 32-bit OS.
Check build in directory libs/xview

TITAN library 'libRadx.a' missing
NOTE: Depends on UCAR/Unidata netcdf and udunits2 library, and NASA hdf5 library
Check build in directory libs/Radx

TITAN library 'libNcfMdv.a' missing
NOTE: Depends on UCAR/Unidata netcdf and udunits2 library, and NASA hdf5 library
Check build in directory libs/NcfMdv

==============================================================
============= Checking libs for TITAN - STANDARD =============
==================>> ERROR <<===================
TITAN STANDARD VERSION
====>> INCOMPLETE TITAN LIB INSTALLATION <=<====

1 missing libraries:

TITAN library 'libxview.a' missing
NOTE: Must be compiled in 32-bit mode or on 32-bit OS.
Check build in directory libs/xview

==============================================================
============= Checking apps for TITAN - EXTENDED =============
Checking ext apps
==================>> ERROR <<===================
TITAN EXTENDED VERSION
=====>> INCOMPLETE TITAN APP INSTALLATION <<====

11 missing applications:

TITAN application 'CIDD' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/cidd/src/CIDD
TITAN application 'CIDD_titan' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/titan/src/CIDD_titan
TITAN application 'Dsr2Radx' missing
NOTE: needs hdf5 and netcdf4 support
Check in dir:
apps/Radx/src/Dsr2Radx
TITAN application 'Iq2Dsr' missing
NOTE:
Check in dir:
apps/radar/src/Iq2Dsr
TITAN application 'Radx2Dsr' missing
NOTE: needs hdf5 and netcdf4 support
Check in dir:
apps/Radx/src/Radx2Dsr
TITAN application 'RadxConvert' missing
NOTE:
Check in dir:
apps/Radx/src/RadxConvert
TITAN application 'RadxMergeFields' missing
NOTE:
Check in dir:
apps/Radx/src/RadxMergeFields
TITAN application 'RadxPrint' missing
NOTE:
Check in dir:
apps/Radx/src/RadxPrint
TITAN application 'Sigmet2Dsr' missing
NOTE:
Check in dir:
apps/ingest/src/Sigmet2Dsr
TITAN application 'SoundingChart' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/cidd/src/SoundingChart
TITAN application 'ltgSpdb2GenPt' missing
NOTE:
Check in dir:
apps/didss/src/ltgSpdb2GenPt
apps/didss/src/ltgSpdb2GenPt/ltgSpdb2GenPt
==============================================================
============= checking apps for TITAN - STANDARD =============
==================>> ERROR <<===================
TITAN STANDARD VERSION
=====>> INCOMPLETE TITAN APP INSTALLATION <<====

3 missing applications:

TITAN application 'CIDD' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/cidd/src/CIDD
TITAN application 'CIDD_titan' missing
NOTE: display only - needs xview library, not available under 64-bit
Check in dir:
apps/titan/src/CIDD_titan
TITAN application 'Sigmet2Dsr' missing
NOTE: RVP8 ops only - needs SIGMET libraries installed in /usr/operator/lib
Check in dir:
apps/ingest/src/Sigmet2Dsr
==============================================================

knudfl 04-03-2012 04:41 AM

libxview.a : You could try to make a copy of the 32bits libxview.a
to /usr/lib32/ , and see if it works.

Use a version that fits your unknown Ubuntu.
http://packages.ubuntu.com/oneiric/xviewg-dev

More questions ? Then please specify your Ubuntu version
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html

.


All times are GMT -5. The time now is 04:45 PM.