Opened 16 years ago

Closed 15 years ago

#68 closed enhancement (fixed)

additional search locations for EXTLIBS

Reported by: c.hales@… Owned by: MarkCalabretta
Priority: minor Milestone:
Component: MIRIAD - main line Version:
Keywords: Cc:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0

Description

I am trying to build a custom miriad task so I need to build from source (on mac os/x 10.5).

I have librpfits installed in /usr/local/rpfits Is it possible to have this location added to the EXTLIBS in configure.ac?

Similarly, I have pgplot in /sw/lib/pgplot (ie a subdirectory). This contains both libcpgplot.a and the headers cpgplot.h etc. (This is the way 'fink' installs this stuff). Could these locations be searched by the configure script too?

Is is worth adding --with-pgplot and --with-rpfits options to make handling of "weird" locations simpler?

Change History (1)

comment:1 Changed 15 years ago by MarkCalabretta

Resolution: fixed
Status: newclosed

I've added /usr/local/rpfits to EXTDIRS, but it already had /sw/lib/pgplot.

I have also added --with-pgplot and --with-rpfits options to configure.

Note that Miriad does not use libcpgplot.a nor cpgplot.h. If your program needs these then you will need to modify GNUmakedefs directly.

Note: See TracTickets for help on using tickets.