This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11132] GDB does not install properly, missing files


------- Additional Comments From cmb at bnl dot gov  2010-02-08 15:24 -------
Created an attachment (id=4578)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4578&action=view)
GDB list of files it cannot find

The fortran program accessed, aero, was compiled with the following makefile:
MODEL = aero

# The following command is for gfortran on the Mac.
 FC = /usr/local/bin/gfortran
# This is the make file for the SUN Solaris.
# Compiler Definitions
# Decks used by this file are in directory: ~/mom/newbnlcode.
# FC = /opt/compilers/SUNWspro11.0/SUNWspro/bin/f95

# List of Object files needed for linking
OBJECTS =\
 bnlTRAMP_config.o \
 bnlTRAMP_param_GISS.o \
 aero_tracer_com.o \
 bnlTRAMP_actv.o \
 TRAMP_depv.o \
 bnlTRAMP_setup.o \
 bnlTRAMP_subs.o \
TRAMP_diam.o \
 TRAMP_npf.o \
 TRAMP_coag.o \
 TRAMP_dicrete.o \
 bnlTRAMP_init.o \
 TRAMP_quad.o \
 bnlaero_driver.o \
 bnlnewTRAMP_matrix.o \
 aero_testsubs.o \
 TRAMP_thermo_isorr.o \
 TRAMP_isocom.o \
 TRAMP_isofwd.o \
 TRAMP_isorev.o \
 aero_nomicrophysics.o \
.SUFFIXES: .f .F90

$(MODEL): $(OBJECTS)
	$(FC) $(OBJECTS) -o aero $

.F90.o:
	$(FC)  -ffixed-line-length-none -c -e -g -fbounds-check    $<

.f.o:
	$(FC) -ffixed-line-length-none -c -e -g -fbounds-check	  $<


clean:
	rm *.o *.mod aero


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11132

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]