Maybe we should modify the configure file to prevent configure and
building open64 in top of trunk directory.
On Wed, Oct 20, 2010 at 5:36 PM, Gang Yu wrote:
> Hi, Yongchong:
>
> Thanks! It now works. The key point here is that created build dir be put
> under trunk.
>
> Gang
>
>
> On Wed, Oct
Hi, Yongchong:
Thanks! It now works. The key point here is that created build dir be put
under trunk.
Gang
On Wed, Oct 20, 2010 at 5:13 PM, Wu Yongchong wrote:
> In current build process, we use gcc and gfortran to build the main
> component of open64, and then use the built open64 to buil
In current build process, we use gcc and gfortran to build the main
component of open64, and then use the built open64 to build libraries.
Some component like the c and c++ front end can only build by gcc, and
some library can only be build by open64, so maybe you should not use
--with-build-compil
When I switch the --with-build-compiler=OSP with --with-build-compiler=GNU,
the previous error disappears, but it seems that gfortran still cannot be
used to build mfe95?
../fe90/fe90.a(fold.o): In function `fold_operation':
/home/zhc/open64-build/osprey/../../trunk/osprey/crayf90/fe90/fold.f:1076
I met another error:
build/vec.o: In function `gs_decl_global_ctor_p':
hpc17.(none):/home/zhc/open64-build/osprey-gcc-4.2.0/gcc/gspin-tel.h:1020:
undefined reference to `gs_assert'
build/vec.o: In function `gs_decl_global_dtor_p':
hpc17.(none):/home/zhc/open64-build/osprey-gcc-4.2.0/gcc/gspin-tel.
Gang Yu wrote:
> Hi,
>
>Does anyone have meet the problem of compiling current svn
> version(r3378)? I always get in trouble in the compiling:
你好
If Open64 doesn't compile for you feel free to check path64.
git clone git://github.com/path64/compiler.git
mkdir compiler/build ; cd compiler/bui
Hi
Did you configure and make the compiler under the top of trunk? It
will not work if you do so. The right process is
$ cd trunk
$ mkdir objs
$ cd objs
$ ../configure --profix=$INSTALLDIR
$ make -j 4
On Wed, Oct 20, 2010 at 4:13 PM, Gang Yu wrote:
> Hi,
>
> Does anyone have meet the problem