Thread: installation problem
<fontfamily><param>Verdana</param><x-tad-bigger>Hey I'm new to unix and trying to get postrgresql installed. after running configure, while trying to run make, i get this in the terminal: sh-2.05b# make make -C doc all make[1]: Nothing to be done for `all'. make -C src all make -C doc all make[2]: Nothing to be done for `all'. make -C src all You need to run the 'configure' program first. See the file 'INSTALL' for installation instructions. make[2]: *** [all] Error 1 make[1]: *** [all] Error 2 make: *** [all] Error 2 any suggestions? thanks a lot, Mike</x-tad-bigger></fontfamily> Hey I'm new to unix and trying to get postrgresql installed. after running configure, while trying to run make, i get this in the terminal: sh-2.05b# make make -C doc all make[1]: Nothing to be done for `all'. make -C src all make -C doc all make[2]: Nothing to be done for `all'. make -C src all You need to run the 'configure' program first. See the file 'INSTALL' for installation instructions. make[2]: *** [all] Error 1 make[1]: *** [all] Error 2 make: *** [all] Error 2 any suggestions? thanks a lot, Mike
--On Friday, October 31, 2003 00:01:29 +0000 Michael Kennett <kennett@dcs.kcl.ac.uk> wrote: > Hey I'm new to unix and trying to get postrgresql installed. after > running configure, while trying to run make, i get this in the terminal: > sh-2.05b# make > make -C doc all > make[1]: Nothing to be done for `all'. > make -C src all > make -C doc all > make[2]: Nothing to be done for `all'. > make -C src all > You need to run the 'configure' program first. See the file > 'INSTALL' for installation instructions. > make[2]: *** [all] Error 1 > make[1]: *** [all] Error 2 > make: *** [all] Error 2 > > any suggestions? > You need to use gmake (Gnu Make.). > thanks a lot, > > Mike -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
Attachment
Michael Kennett <kennett@dcs.kcl.ac.uk> writes: > Hey I'm new to unix and trying to get postrgresql installed. after > running configure, while trying to run make, i get this in the > terminal: > sh-2.05b# make > make -C doc all > make[1]: Nothing to be done for `all'. > make -C src all > make -C doc all > make[2]: Nothing to be done for `all'. > make -C src all > You need to run the 'configure' program first. See the file > 'INSTALL' for installation instructions. > make[2]: *** [all] Error 1 > make[1]: *** [all] Error 2 > make: *** [all] Error 2 Uh, are you sure configure succeeded? Check what it printed out. What platform are you using, anyway, and which Postgres version? regards, tom lane