2 msgConfused at usage of stack for MIPS arch
2 msglabels in inline asm
8 msgimplicit cast from unsigned long to unsigned in...
2 msgA bit field's length
2 msgwrap functions in glibc

Problems installing treelang
\ Leonardo (21 Nov 2007)
. \ Tom Browder (25 Nov 2007)

3 msgQuestions for GCC
2 msgbuilding gcc 4.2
2 msgUndocumented optimization flag, switched by O1
1 msgProblems building an windows toolchain using cy...
2 msgBuilding binary from code in C++...
5 msg-Wconversion bug in g++-4.3?
1 msgg++ 4.1.2 omits debug info for local symbols
1 msgld: duplicate symbol typeinfo
3 msgaliasing with char*
5 msggfortan requires old directory in LD_LIBRARY_PA...
1 msgLD_LIBRARY_PATH relation to gmp error
7 msg'error: there are no arguments to...' in my code
4 msgis it a bug or do i miss something?(about confl...
5 msgDebugging gcc-compiled programs on Windows
Subject:Re: Problems installing treelang
Group:Gcc-help
From:Tom Browder
Date:25 Nov 2007


Perhaps you haven't updated your LD_LIBRARY_PATH amd PATH environment
variables. I have never used treelang so I configured gcc (trunk)
like so:

../gcc_trunk/configure \
--program-suffix=-trunk \
--with-mpfr=/usr/local --enable-__cxa_atexit \
--disable-multilib --disable-bootstrap \
--enable-version-specific-runtime-libs \
--prefix=/opt/gcc \
--disable-nls --enable-languages=c,c++,treelang

After "make install" I did:

setenv LD_LIBRARY_PATH /opt/gcc/lib:$LD_LIBRARY_PATH
setenv PATH /opt/gcc/bin:$PATH

Then I tried a treelang program from the gcc testsuite

gtreelang-trunk main.tree

which was converted to a.out which executed apparently Ok.

I would like to see your hello.tree file and the compilation line you used.

-Tom

Tom Browder
Niceville, Florida
USA


© 2004-2008 readlist.com