search for: ffecomgfrt

Displaying 3 results from an estimated 3 matches for "ffecomgfrt".

2006 Jun 16
2
[LLVMdev] Build problem, in com.h
I am having some trouble getting llvm to build. I found some strange stuff going on in gcc/f/com.* In com.h I find ffeinfoKindType ffecom_gfrt_basictype ( ffecomGfrt ix); yet, in com.c I see ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt gfrt) I tried changing the line in com.h to ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt ix); and then doing make clean && make but I got a horde of link errors. In desperation I attempted the other obvio...
2006 Jun 16
0
[LLVMdev] Build problem, in com.h
.... > I found some strange stuff going on in gcc/f/com.* This sounds like you enabled the fortran frontend, which isn't supported. Please read the README.LLVM file in the root directory of the llvmgcc4 source distro. -Chris > In com.h I find > ffeinfoKindType ffecom_gfrt_basictype ( ffecomGfrt ix); > yet, in com.c I see > ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt gfrt) > > I tried changing the line in com.h to > ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt ix); > > and then doing make clean && make > but I got a horde of link errors. >...
2006 Jun 16
1
[LLVMdev] Build problem, in com.h
...on in gcc/f/com.* > > This sounds like you enabled the fortran frontend, which isn't supported. > Please read the README.LLVM file in the root directory of the llvmgcc4 > source distro. > > -Chris > > > In com.h I find > > ffeinfoKindType ffecom_gfrt_basictype ( ffecomGfrt ix); > > yet, in com.c I see > > ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt gfrt) > > > > I tried changing the line in com.h to > > ffeinfoBasicType ffecom_gfrt_basictype ( ffecomGfrt ix); > > > > and then doing make clean && make > >...