LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 10-02-2014, 04:22 AM   #1
Th3_DarkSky
LQ Newbie
 
Registered: Sep 2014
Posts: 14

Rep: Reputation: Disabled
[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
 
Old 10-03-2014, 12:54 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,933

Rep: Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430
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.
 
Old 10-05-2014, 09:49 AM   #3
Th3_DarkSky
LQ Newbie
 
Registered: Sep 2014
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
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
 
Old 10-05-2014, 12:03 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
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)"
-
Attached Files
File Type: txt gb.qt4.webkit.la.txt (1,004 Bytes, 15 views)

Last edited by knudfl; 10-05-2014 at 12:14 PM.
 
Old 10-27-2014, 02:32 AM   #5
Th3_DarkSky
LQ Newbie
 
Registered: Sep 2014
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
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
 
Old 10-27-2014, 06:26 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #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.

-
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel make error: "vmlinux.o no such file ..." and make -d "Reaping losing ..." micscherer Linux - Kernel 3 06-12-2012 07:29 AM
LFS6.3 - Ch5.4.1 "/bin/sh sort not found" error at "make bootstrap" ubyt3m3 Linux From Scratch 2 06-23-2008 12:09 AM
upgrade to kernel 2.6.16.1 : "make bzImage" print "parse error" math_physics Red Hat 2 06-29-2007 11:04 PM
help with "make" error "Missing seperator" hrishikesh Linux - Software 1 07-18-2003 01:40 AM
LFS 4.1: Stalled at Perl, "missing seperator" error from "make" SparceMatrix Linux From Scratch 1 06-07-2003 03:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration