Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-02-2014, 04:22 AM
|
#1
|
LQ Newbie
Registered: Sep 2014
Posts: 14
Rep:
|
[Gambas3] Error while issue "make"
Hello everyone, i'm trying to install gambas3 from source, when i ./reconf-all and ./configure, there's no error, just couple of function that not be available 'cos i don't install mySql n sqlite2, expect that, everything just fine, but when i issue : "make", everything seems fine, just when the "make" arrived on gb.qt4, there's an error like this :
Code:
Gambas : gb.qt4.webkit.la
/usr/bin/ld : cannot find -lwebcore
/usr/bin/ld : cannot find -ljscore
...
...
reciepe for target 'gb.qt4.webkit.la' failed
My distro is (B)LFS 7.5, so i install all from source, i was installed Qt4
Can anyone help me solve my problem ?
thanks before
|
|
|
10-03-2014, 12:54 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,933
|
You can probably add '--disable-static --enable-shared' and it won't build the static libs (ending in .la) and will build the dynamic ones. Then you lurch onwards. I am not sure what you say about sqlite, it is generally bad practise to trick something into compiling without the known dependencies. It often ends in tears.
|
|
|
10-05-2014, 09:49 AM
|
#3
|
LQ Newbie
Registered: Sep 2014
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by business_kid
You can probably add '--disable-static --enable-shared' and it won't build the static libs (ending in .la) and will build the dynamic ones. Then you lurch onwards. I am not sure what you say about sqlite, it is generally bad practise to trick something into compiling without the known dependencies. It often ends in tears.
|
Thanks for the reply my friend, but unfortunetly, that's ( --disable-static --enable-shared ) not solve my problem
|
|
|
10-05-2014, 12:03 PM
|
#4
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
Gambas3 : Assume version 3.5.4 .
Quote:
/usr/bin/ld : cannot find -lwebcore
/usr/bin/ld : cannot find -ljscore
|
*** How is your ./configure line ?
Actually this will do :
$ cd gambas3-3.5.4/
$ ./reconf-all
$ ./configure --prefix=/usr/
... I.e. "all" options are included by default.
See $ ./configure --help : ".. enable xxxx component (default: yes)"
-
Last edited by knudfl; 10-05-2014 at 12:14 PM.
|
|
|
10-27-2014, 02:32 AM
|
#5
|
LQ Newbie
Registered: Sep 2014
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by knudfl
Gambas3 : Assume version 3.5.4 .
*** How is your ./configure line ?
Actually this will do :
$ cd gambas3-3.5.4/
$ ./reconf-all
$ ./configure --prefix=/usr/
... I.e. "all" options are included by default.
See $ ./configure --help : ".. enable xxxx component (default: yes)"
-
|
Thanks for reply bro, but i can't get it bro
sorry, my language not English, so sorry if i bother you
so i must
$ cd gambas3-3.5.4/
$ ./reconf-all
$ ./configure --prefix=/usr/
and what must i do with the attachment file ?
just paste it in my gambas 3 directory after issue the 3 comment above ?
Last edited by Th3_DarkSky; 10-27-2014 at 03:25 AM.
Reason: fix typo
|
|
|
10-27-2014, 06:26 AM
|
#6
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
← #5 .
Quote:
so i must
$ cd gambas3-3.5.4/
$ ./reconf-all
$ ./configure --prefix=/usr/
|
Yes, please.
The file gb.qt4.webkit.la.txt is for information only.
To clearify the misunderstanding that a file.la should be a static library.
→ ref. post #2 .
Like all files.la, the file gb.qt4.webkit.la is a simple text file.
-
|
|
|
All times are GMT -5. The time now is 02:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|