Compiling problems in 1.0.5a(Solved)

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
User avatar
Ian
Official Dog Handler
Posts: 1234
Joined: Wed 04 May 2005, 12:00
Location: Queensland

Compiling problems in 1.0.5a(Solved)

#1 Post by Ian »

I couldn't think of anywhere else to put this as we don't have a section relating to the use of 1.0.5alpha. I will move it if we accquire such a section or if John or Flash can think of where it should be posted. ( no rude suggestions please)

In trying to compile a program I got an error regarding ltclstub8.4 and from what I have been able to find out this is a file that is created when tcl is compiled.

Has anyone else had the same experience.
Last edited by Ian on Fri 19 Aug 2005, 07:59, edited 1 time in total.

Guest

#2 Post by Guest »

Ian,Ian,Ian (shakes head in shame)




What are we trying to compile petal ?

hehehehe

Ian-not-logged-in

#3 Post by Ian-not-logged-in »

Its a database called Sqlite. Its here if you are interested in having a look.

http://www.sqlite.org/

Thanks mate.

User avatar
Ian
Official Dog Handler
Posts: 1234
Joined: Wed 04 May 2005, 12:00
Location: Queensland

#4 Post by Ian »

Ok, I finally found this:

http://www.tcl.tk/doc/howto/stubs.html

and here is a snippet from it:

'When you build or install Tcl, you will notice a new library, libtclstub8.1a.'

I can't find this library in Puppy, the only one I could find is /usr/lib/libtcl8.4.so.

I wonder what affect commenting it out of the makefile in sqlite would have.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#5 Post by BarryK »

The Tcl/Tk libraries currently used in Puppy are taken out of Mandrake 9.2.
I haven't yet migrated that library to Vector.

So, if you have access to Mandrake, fire it up, and you should find the req'd lib.

Note, the stub library that is missing can often be chosen to not be required by
a configure option prior to compiling -- some kind of "disable stubs" option.

Try
# ./configure --help
to see the options.

User avatar
Ian
Official Dog Handler
Posts: 1234
Joined: Wed 04 May 2005, 12:00
Location: Queensland

#6 Post by Ian »

Thanks for that Barry.

This is a followup.

I copied the two stub files tcl & tk from Mandrake 10.1 and it compiled, thanks again Barry.

Post Reply