472,785 Members | 999 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,785 software developers and data experts.

Need Help in install Boost on Redhat Linux

Hello

I try to install boost_1_33_1 on RedHat Linux.
I have downloaded boost into /user/dtgtools/tmp and I try to install it
into
/user/dtgtools/packages/boost.

I use the following commands:

export PYTHON_ROOT="/user/dtgtools/packages/python/2.5"
export
PYTHON_LIB_PATH="/user/dtgtools/packages/python/2.5/lib/python2.5"
export
PYTHON_INCLUDES="/user/dtgtools/packages/python/2.5/include/python2.5"

../bjam "-sTOOLS=gcc" --prefix=/user/dtgtools/packages/boost install

The gcc version I used is:
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)

and I have the following Error message:

mkdir "/user/dtgtools"

....failed MkDir1 /user/dtgtools...
....skipped <directory-grist>/user/dtgtools/packages for lack of
<directory-grist>/user/dtgtoo
ls...
....skipped <directory-grist>/user/dtgtools/packages/boost for lack of
<directory-grist>/user/
dtgtools/packages...
....skipped <directory-grist>/user/dtgtools/packages/boost/lib for lack
of
<directory-grist>/u
ser/dtgtools/packages/boost...
MkDir1 bin
MkDir1 bin/boost
MkDir1 bin/boost/libs
MkDir1 bin/boost/libs/wave
MkDir1 bin/boost/libs/wave/build
MkDir1 bin/boost/libs/wave/build/libboost_wave.a
MkDir1 bin/boost/libs/wave/build/libboost_wave.a/gcc
MkDir1 bin/boost/libs/wave/build/libboost_wave.a/gcc/debug
gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgramma
r.o
/tmp/ccTsjJ7v.s: Assembler messages:
/tmp/ccTsjJ7v.s:10: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:11: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:12: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:13: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:14: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:15: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:16: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:17: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:18: Error: unknown pseudo-op: `.weakref'

set -e
"g++" -c -Wall -ftemplate-depth-255 -g -O0 -fno-inline
-I"bin/boost/libs/wave/build"
-I"/user/dtgtools/tmp/boost_1_33_1" -I
"/user/dtgtools/tmp/boost_1_33_1" -o
"bin/boost/libs/
wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o"
"/user/dtgtools/tmp/boost
_1_33_1/libs/wave/build/../src/instantiate_cpp_exprgrammar.cpp"
"/user/dtgtools/cadbin/objcopy" --set-section-flags
..debug_str=contents,debug "bin/boost/
libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o"

....failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_
exprgrammar.o...

and after that I got a lot of failed message: e.g.

....failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/release/instantiate_re2c_lexer.o...
....failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/release/cpp_re.o...

etc...

What do I do wrong? What is the procedure to install boost into an user
specified directory under Linux?
Tony Ha.

Dec 20 '06 #1
3 5561
TonyHa wrote:
[..] What is the procedure to install boost into an
user specified directory under Linux?
Please go to the Boost web site and consult with their online
discussion forums. This is a C++ language newsgroup, not "how
to install <producton my <OS>" newsgroup.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Dec 20 '06 #2

TonyHa wrote:
Hello

I try to install boost_1_33_1 on RedHat Linux.
I have downloaded boost into /user/dtgtools/tmp and I try to install it
into
/user/dtgtools/packages/boost.

I use the following commands:

export PYTHON_ROOT="/user/dtgtools/packages/python/2.5"
export
PYTHON_LIB_PATH="/user/dtgtools/packages/python/2.5/lib/python2.5"
export
PYTHON_INCLUDES="/user/dtgtools/packages/python/2.5/include/python2.5"

./bjam "-sTOOLS=gcc" --prefix=/user/dtgtools/packages/boost install
[OT]
Consult the following and adjust the TOOLS variable above as
appropriate.
http://www.boost.org/more/getting_started.html#Tools

Another alternative (if you enjoy Red Hat) is to consider Fedora Core
6. It comes with boost as an available package. I can't say much about
FC6, but FC5 is simply outstanding. And it too has boost available as a
yum package.
>
The gcc version I used is:
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)

and I have the following Error message:

mkdir "/user/dtgtools"

...failed MkDir1 /user/dtgtools...
...skipped <directory-grist>/user/dtgtools/packages for lack of
<directory-grist>/user/dtgtoo
ls...
...skipped <directory-grist>/user/dtgtools/packages/boost for lack of
<directory-grist>/user/
dtgtools/packages...
...skipped <directory-grist>/user/dtgtools/packages/boost/lib for lack
of
<directory-grist>/u
ser/dtgtools/packages/boost...
MkDir1 bin
MkDir1 bin/boost
MkDir1 bin/boost/libs
MkDir1 bin/boost/libs/wave
MkDir1 bin/boost/libs/wave/build
MkDir1 bin/boost/libs/wave/build/libboost_wave.a
MkDir1 bin/boost/libs/wave/build/libboost_wave.a/gcc
MkDir1 bin/boost/libs/wave/build/libboost_wave.a/gcc/debug
gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgramma
r.o
/tmp/ccTsjJ7v.s: Assembler messages:
/tmp/ccTsjJ7v.s:10: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:11: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:12: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:13: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:14: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:15: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:16: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:17: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:18: Error: unknown pseudo-op: `.weakref'

set -e
"g++" -c -Wall -ftemplate-depth-255 -g -O0 -fno-inline
-I"bin/boost/libs/wave/build"
-I"/user/dtgtools/tmp/boost_1_33_1" -I
"/user/dtgtools/tmp/boost_1_33_1" -o
"bin/boost/libs/
wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o"
"/user/dtgtools/tmp/boost
_1_33_1/libs/wave/build/../src/instantiate_cpp_exprgrammar.cpp"
"/user/dtgtools/cadbin/objcopy" --set-section-flags
.debug_str=contents,debug "bin/boost/
libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o"

...failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_
exprgrammar.o...

and after that I got a lot of failed message: e.g.

...failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/release/instantiate_re2c_lexer.o...
...failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/release/cpp_re.o...

etc...

What do I do wrong? What is the procedure to install boost into an user
specified directory under Linux?
Tony Ha.
Dec 21 '06 #3
Thanks for your help!

Salt_Peter wrote:
TonyHa wrote:
Hello

I try to install boost_1_33_1 on RedHat Linux.
I have downloaded boost into /user/dtgtools/tmp and I try to install it
into
/user/dtgtools/packages/boost.

I use the following commands:

export PYTHON_ROOT="/user/dtgtools/packages/python/2.5"
export
PYTHON_LIB_PATH="/user/dtgtools/packages/python/2.5/lib/python2.5"
export
PYTHON_INCLUDES="/user/dtgtools/packages/python/2.5/include/python2.5"

./bjam "-sTOOLS=gcc" --prefix=/user/dtgtools/packages/boost install

[OT]
Consult the following and adjust the TOOLS variable above as
appropriate.
http://www.boost.org/more/getting_started.html#Tools

Another alternative (if you enjoy Red Hat) is to consider Fedora Core
6. It comes with boost as an available package. I can't say much about
FC6, but FC5 is simply outstanding. And it too has boost available as a
yum package.

The gcc version I used is:
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)

and I have the following Error message:

mkdir "/user/dtgtools"

...failed MkDir1 /user/dtgtools...
...skipped <directory-grist>/user/dtgtools/packages for lack of
<directory-grist>/user/dtgtoo
ls...
...skipped <directory-grist>/user/dtgtools/packages/boost for lack of
<directory-grist>/user/
dtgtools/packages...
...skipped <directory-grist>/user/dtgtools/packages/boost/lib for lack
of
<directory-grist>/u
ser/dtgtools/packages/boost...
MkDir1 bin
MkDir1 bin/boost
MkDir1 bin/boost/libs
MkDir1 bin/boost/libs/wave
MkDir1 bin/boost/libs/wave/build
MkDir1 bin/boost/libs/wave/build/libboost_wave.a
MkDir1 bin/boost/libs/wave/build/libboost_wave.a/gcc
MkDir1 bin/boost/libs/wave/build/libboost_wave.a/gcc/debug
gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgramma
r.o
/tmp/ccTsjJ7v.s: Assembler messages:
/tmp/ccTsjJ7v.s:10: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:11: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:12: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:13: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:14: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:15: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:16: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:17: Error: unknown pseudo-op: `.weakref'
/tmp/ccTsjJ7v.s:18: Error: unknown pseudo-op: `.weakref'

set -e
"g++" -c -Wall -ftemplate-depth-255 -g -O0 -fno-inline
-I"bin/boost/libs/wave/build"
-I"/user/dtgtools/tmp/boost_1_33_1" -I
"/user/dtgtools/tmp/boost_1_33_1" -o
"bin/boost/libs/
wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o"
"/user/dtgtools/tmp/boost
_1_33_1/libs/wave/build/../src/instantiate_cpp_exprgrammar.cpp"
"/user/dtgtools/cadbin/objcopy" --set-section-flags
.debug_str=contents,debug "bin/boost/
libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o"

...failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_
exprgrammar.o...

and after that I got a lot of failed message: e.g.

...failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/release/instantiate_re2c_lexer.o...
...failed gcc-C++-action
bin/boost/libs/wave/build/libboost_wave.a/gcc/release/cpp_re.o...

etc...

What do I do wrong? What is the procedure to install boost into an user
specified directory under Linux?
Tony Ha.
Dec 22 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: ccc31807 | last post by:
Trying to install Oracle 9i on Redhat 9.0 Get the following error message: Initializing Java Virtual Machine from /tmp/OraInstall2004-01-26_09-11-42pm/jre/bin/java. Plear wait ... xlib:...
0
by: Eric Raymond | last post by:
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690...
0
by: Gary Cote | last post by:
>Description: I've recently compiled mysql 4.0.14 on redhat 8.0. The installation fails, however, when running mysql_install_db. I've attached a transcript below. I gather from searching the...
2
by: Yun Guan | last post by:
Hello mysql gurus, I am trying to run perl on mysql database on Red Hat box. I want to install DBI and DBD:mysql using CPAN: perl -MCPAN -e shell cpan>install DBI The above succeeded, but...
4
by: KJemison | last post by:
Well.... just wanted to know if the people at the MySQL.org site ever look at the posts in this group. If they do, they can possibly us a little constructive criticism from a slightly irritated...
1
by: Jean-Christian Imbeault | last post by:
On my RH 9.0 linux system when ./configuring 7.3.4 I get an error about not finding the readline libs, however both the readline and readline-devel rpms are installed: # rpm -qa | grep readline...
2
by: zeb nest | last post by:
Hello, I have some problem to launch db2setup (install procedure for db2v8fp3) under linux (redhat 9.0) : /home/root/db2v8/conpe/db2/linux/install/db2jinst: line 131: 4359 Erreur de...
3
by: Chris Jones | last post by:
Hi, I've experimenting with using boost::pool_allocator with std::vector and gcc (4.1)., and I am having problems with segmentation violations. Below I give a simple example of one way I am...
4
by: eby | last post by:
i am knew to linux and i want to know more about it.so as a first step i want to install it in my computer.From where i will get the linux .From this forum i knew that ubuntu is somewhat easier to...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.