Opened 16 years ago

Closed 16 years ago

#36 closed defect (fixed)

error doing make install without make lib

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: normal Milestone:
Component: Building/Installation Version: 1.1.4
Severity: normal Keywords:
Cc:

Description

When make install is run without first doing make lib, it returns an error:

install: cannot stat `libduchamp.a': No such file or directory
make: *** [install] Error 1

since the library does not exist.

make install should only copy the library if it exists.

Change History (2)

comment:1 Changed 16 years ago by MatthewWhiting

Status: newassigned

comment:2 Changed 16 years ago by MatthewWhiting

Resolution: fixed
Status: assignedclosed

Done [432] -- simple use of test -f in the Makefile.in

Note: See TracTickets for help on using tickets.