ChainPuller
12-20-2003, 07:17 PM
make -f Makefile.dist
./configure
make
everything fine down to here...
But this is what happens when I run make install
make[2]: Leaving directory `/seq/showeq/maps'
make[1]: Leaving directory `/seq/showeq/maps'
Making install in src
make[1]: Entering directory `/seq/showeq/src'
make install-am
make[2]: Entering directory `/seq/showeq/src'
make[3]: Entering directory `/seq/showeq/src'
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install: reading `showeq': Input/output error
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/seq/showeq/src'
make: *** [install-recursive] Error 1
Any ideas.
I'm logged in as root so I have the permissions
Showeq src files are under /seq/showeq
Edit:
Guess I should mention that this is a clean "everything" install of Fedora Core1.
./configure
make
everything fine down to here...
But this is what happens when I run make install
make[2]: Leaving directory `/seq/showeq/maps'
make[1]: Leaving directory `/seq/showeq/maps'
Making install in src
make[1]: Entering directory `/seq/showeq/src'
make install-am
make[2]: Entering directory `/seq/showeq/src'
make[3]: Entering directory `/seq/showeq/src'
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install -c showeq /usr/local/bin/showeq
/usr/bin/install: reading `showeq': Input/output error
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/seq/showeq/src'
make: *** [install-recursive] Error 1
Any ideas.
I'm logged in as root so I have the permissions
Showeq src files are under /seq/showeq
Edit:
Guess I should mention that this is a clean "everything" install of Fedora Core1.