Entering edit mode
9.5 years ago
waqasnayab
▴
250
Dear ABYSS USERS,
I got following error during ABYSS installation:
make[1]: *** [konnector-konnector.o] Error 1
make: *** [install-recursive] Error 1
I am already on root. What should I do now?
Regards,
Waqasuddin Khan
The relevant portion of error is before what you posted, please provide at 10 significant lines from the output plus the output of
uname -a
,gcc -v
, the version of the software you downloaded. I guess you are running make? you don't need to be root to run make, only make install needs root to install into standard location.The outputs are as follows:
uname -a
:gcc -v
:ABYSS version: 1.5.2
The output of make (not full but just some lasy lines before error appears):
Kindly guide me, any idea?
Regards,
Waqasuddin Khan
Not that I have ever built this software from source, but... I don't really see the error source right here, I think if you just try
make konnector-konnector.o
and post the full output of this target one could see it.konnector-konnector.o
should be the name of the target that fails.ABySS 1.5.2 does not compile with GCC 4.1, unfortunately. The next release of ABySS will compile with GCC 4.1. Try installing a newer compiler if possible. Try