~ubuntu-branches/ubuntu/natty/dnprogs/natty

« back to all changes in this revision

Viewing changes to libvaxdata/linux/readme

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2005-10-30 15:09:21 UTC
  • Revision ID: james.westby@ubuntu.com-20051030150921-h9yn20kzxtwmjh2a
Tags: 2.32
* fal removes [] from names as they could cause confusion.
* Fixed crash in libdap if a connection gets closed more than once.
* Fix libdnet's dnet_recv to cope with 0 being returned from recvmsg.
* Some minor manpage & packaging bugs fixed.
* Include dnlogin, a replacement for sethost.
* Include libvaxdata - a library of routines for converting between VAX.
  data formats and Unix ones. Contributed by Larry Baker of the 
  US Geological Survey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Three makefiles have been provided for Linux:
 
2
 
 
3
   makefile.gcc    GNU C (gcc)
 
4
   makefile.icc    Intel C (icc)
 
5
   makefile.pgcc   Portland Group C (pgcc)
 
6
 
 
7
To create libvaxdata.a from here:
 
8
 
 
9
   # make -f makefile.xxx [ all | libvaxdata | clean ]
 
10
 
 
11
substituting gcc, icc, or pgcc for xxx.  The default make target is all.
 
12
The library and all object files will be written to a subdirectory named
 
13
for the system architecture returned by "uname -m".
 
14
 
 
15
To link a C program with the library:
 
16
 
 
17
   # xxx -o program program.o -lvaxdata -Lhere/arch
 
18
 
 
19
substituting gcc, icc, or pgcc for xxx, and the path to the library for
 
20
here/arch (assuming it has not been moved or copied somewhere else).
 
21
 
 
22
To link a Fortran program with the library, substitute g77, ifort, or pgf77
 
23
(pgf90, pgf95) for xxx, plus the path to the library for here/arch.
 
 
b'\\ No newline at end of file'