Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not configuring ? taking a longer time #53

Open
sunnyEV opened this issue Jun 4, 2022 · 4 comments
Open

Not configuring ? taking a longer time #53

sunnyEV opened this issue Jun 4, 2022 · 4 comments

Comments

@sunnyEV
Copy link

sunnyEV commented Jun 4, 2022

Hi,

Try to configure in Ubuntu 20 LTS server, right after the ./configure it got stalled.
Is the software in use ?

@ogotoh
Copy link
Owner

ogotoh commented Jun 6, 2022

I have never met that trouble. Please uncomment lines 11-14 of ./configure, and then run ./configure to see where the script stalls.

Osamu,

@sunnyEV
Copy link
Author

sunnyEV commented Jun 6, 2022

When I try to ./configure with out providing --prefix, it ables to configure.
Right after the make, shows make error ? Suggestions please.
make: *** [Makefile:117: sblib.a] Error 1

@ogotoh
Copy link
Owner

ogotoh commented Jun 7, 2022

First, run
$ ./configure –help
to see what configure options are usable.

Then, try to recompile
$ make clearall
$ ./configure [--options]
$ make

The make error you provided seems to indicate some object(s) is missing. Please identify which one is missing by comparing the list on the lines 115-117 of Makefile and existing .o files in your directory. If you find the missing object, confirm whether the corresponding source files (.cc, .h, and .src) exist. If not, download them from the GitHub site.

Osamu,

@sashulkaSh
Copy link

@ogotoh Hello, I have the same mistake, all files that the AR had to install are present, except sblib.a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants