Opened 15 years ago

Closed 15 years ago

#7 closed defect (fixed)

problems compiling rasdaman (git co on 2009-08-29) on debian testing

Reported by: lechner@… Owned by:
Priority: major Milestone:
Component: applications Version:
Keywords: Cc:
Complexity: Medium

Description

while configure the following error occurs:
$ ./configure —prefix=/usr/local/rasdaman
./configure: line 2410: syntax error near unexpected token `CXXFLAGS='
./configure: line 2410: `CXXFLAGS='

creating the config-script using autoconf already reported warnings:
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE

If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.

configure.ac:22: error: possibly undefined macro: AC_PROG_RPCGEN
configure.ac:24: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:26: error: possibly undefined macro: AC_PROG_JAVA_CC
configure.ac:236: error: possibly undefined macro: AC_PROG_ECPG

using autoconf (GNU Autoconf) 2.64

Change History (1)

comment:1 by Andrei Aiordachioaie, 15 years ago

Resolution: fixed
Status: newclosed

This was fixed in the latest version of the git repository. Now you can just issue
$ ./configure
$ make
$ make install

Note: See TracTickets for help on using tickets.