Opened 12 years ago
Closed 2 years ago
#7865 closed defect (invalid)
R - WARNING: cannot run mixed C/Fortran code (then exits)
Reported by: | drkirkby | Owned by: | drkirkby |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting: Solaris | Keywords: | r-project |
Cc: | jsp, dimpase | Merged in: | |
Authors: | Reviewers: | Dima Pasechnik | |
Report Upstream: | Not yet reported upstream; Will do shortly. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Build environment
- Sun Ultra 27 3.333 GHz Intel Xeon. 12 GB RAM
- OpenSolaris 2009.06 snv_111b X86
- Sage 4.3.1.alpha1 (with a few packages hacked to work on 64-bit)
- gcc 4.3.4 configured with Sun linker and GNU assembler from binutils version 2.20.
- 64-bit build. SAGE64 was set to yes, plus various other tricks to get -m64 into packages.
The problem
checking for inline... inline checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for size_t... (cached) yes checking size of size_t... 8 checking whether we can compute C Make dependencies... yes, using gcc -std=gnu99 -MM checking whether gcc -std=gnu99 supports -c -o FILE.lo... yes checking how to get verbose linking output from sage_fortran... -v checking for Fortran 77 libraries of sage_fortran... -L/lib/64 -L/usr/lib/64 -L/export/home/drkirkby/sage-4.3.1.alpha1/local/lib/ -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4/amd64 -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4/../../../amd64 -L/lib/amd64 -L/usr/lib/amd64 -L/export/home/drkirkby/sage-4.3.1.alpha1/local/lib -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4 -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4/../../.. -lgfortranbegin -lgfortran -lm checking how to get verbose linking output from gcc -std=gnu99... -v checking for C libraries of gcc -std=gnu99... -L/lib/64 -L/usr/lib/64 -L/export/home/drkirkby/sage-4.3.1.alpha1/local/lib/ -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4/amd64 -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4/../../../amd64 -L/lib/amd64 -L/usr/lib/amd64 -L/export/home/drkirkby/sage-4.3.1.alpha1/local/lib -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4 -L/usr/local/gcc-4.3.4-GNU-assembler-Sun-linker/lib/gcc/i386-pc-solaris2.11/4.3.4/../../.. -lgcc_eh checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore checking whether sage_fortran appends underscores to external names... yes checking whether sage_fortran appends extra underscores to external names... no checking whether mixed C/Fortran code can be run... configure: WARNING: cannot run mixed C/Fortran code configure: error: Maybe check LDFLAGS for paths to Fortran libraries? Error configuring R. real 0m11.582s user 0m3.994s sys 0m4.392s
Change History (8)
comment:1 Changed 11 years ago by
- Keywords r-project added
comment:2 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:5 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:6 Changed 2 years ago by
- Cc dimpase added
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
This is outdated and should be closed.
comment:7 Changed 2 years ago by
- Reviewers set to Dima Pasechnik
- Status changed from needs_review to positive_review
comment:8 Changed 2 years ago by
- Resolution set to invalid
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I'm not sure whether this is still valid. Could be.