Opened 15 years ago

Closed 15 years ago

#55 closed defect (invalid)

Duchamp-1.1.7 installation

Reported by: suresh@… Owned by: MatthewWhiting
Priority: normal Milestone:
Component: Building/Installation Version: 1.1.7
Severity: normal Keywords: installation
Cc: suresh@…

Description

I am from Macquarie University.

When I try to compile Duchamp-1.1.7 on a redhat AS4 linux box,

it comes up with error:

[root]# make install install -d -m 2755 /opt/Duchamp/Duchamp-1.1.7/bin install -m 755 Duchamp-1.1.7 /opt/Duchamp/Duchamp-1.1.7/bin install: cannot stat `Duchamp-1.1.7': No such file or directory make: * [install] Error 1

I think it is trying to copy Duchamp-1.1.7 file from source directory to install directory. But there is no Duchamp-1.1.7 file in source directory.

Any help is very much appreciated.

Thanks. Suresh.

Change History (2)

comment:1 Changed 15 years ago by MatthewWhiting

Status: newassigned

Hi Suresh,

Have you run make first? It wasn't clear from what you wrote.

You need to compile the program first by running make and that should create the Duchamp-1.1.7 file. If you then run make install it should install it appropriately, but it needs to be created first.

comment:2 Changed 15 years ago by MatthewWhiting

Resolution: invalid
Status: assignedclosed

Suresh appears to have solved the problem by re-downloading the source code:

Hi Mathew,

Thanks. I downloaded the source file again and this time it did work.

Thanks for your prompt response.

Suresh.

Note: See TracTickets for help on using tickets.