-
Notifications
You must be signed in to change notification settings - Fork 81
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
An Error in fastclick installation #162
Comments
You are in a VM right? What is the architecture? Can you show the output of cat /proc/cpuinfo ? |
Thanks to your response. No, I installed ubuntu 32bit directly on my laptop. |
What is your gcc/g++ version? (PS : why a 32bit version? You have a 64bit processor, it will slow down the system for no reason?). |
The error is because of the 32bit system (thanks @aliireza ). I will try to fix it at the occasion. Your system being slow with 64bit is probably because of some other problem. Maybe try 16.04 64 bit? |
Thanks, |
If someone has time to fix the issues on 32bit (simply some operations that are not available here and there) I would appreciate the help |
Hi all,
I have tried to install the fastclick on ubuntu 16.04 (and even on 14.04) according to the fastclick manual.
I run the ./configure command in user mode:
./configure --enable-userlevel --disable-linuxmodule --enable-user-multithread
however, I have a problem with running make command
Can you guide me to solve the problem?
Thanks.
The text was updated successfully, but these errors were encountered: