Author Topic: Want Compiled Thread?  (Read 187381 times)

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Want Compiled Thread?
« Reply #195 on: March 17, 2007, 07:12:13 am »
Quote
how does one strip an IPK, or should the source be stripped?
You don't actually strip an IPK, you strip executables and libraries, usually before packaging them into IPKs, but since Capn Fish didn't, you can also strip after installation:
Code: [Select]
strip /path/to/executable
strip /path/to/library.so
I think you have to install gcc to get the strip command (better still, use meanie's zgcc image).
« Last Edit: March 17, 2007, 07:15:57 am by desertrat »
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #196 on: March 17, 2007, 10:22:30 am »
I'll strip and repost it.

EDIT: Done.
« Last Edit: March 17, 2007, 10:28:51 am by Capn_Fish »
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Want Compiled Thread?
« Reply #197 on: March 17, 2007, 04:58:01 pm »
Hi guys,

could anyone please, please compile planner 0.14.2? It's here:
http://ftp.gnome.org/pub/GNOME/sources/planner/0.14/

The 0.13 version in the feeds is almost two years old...

Needs all that Gnome stuff, so I am not able to compile onboard, and I don't have a cross-compiling environment set up yet.

Thank you!
daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Want Compiled Thread?
« Reply #198 on: March 17, 2007, 05:23:04 pm »
Quote
I'll strip and repost it.

EDIT: Done.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156572\"][{POST_SNAPBACK}][/a][/div]
This time the package manager reported about 2 MB usage instead of the 5-6 MB, as the earlier install.
I sent an email to the author of the site that makes this library available, asking about the included documents, and if they can be moved or removed.
The /doc folder is 2.62 MB when extracted to my windows box. I know the numbers don't add up above, but the pkg manager isn't always right.

Thanks again, I hope I can help in some way here, but I have very limited knowledge of Linux, programming, compiling, scripting, and all this technical stuff.
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #199 on: March 17, 2007, 05:37:10 pm »
Planner 0.14.2. Compiled on 2.6, output after "configure" was

Code: [Select]
Planner prefix               : /usr
Build API docs               : no
Python bindings              : yes
Python plugin                : no
Simple priority scheduling   : no
Database/GDA support         : no
Evolution Data Server import : no
Evolution Data Server backend: no

Not tested.

EDIT: Also stripped
« Last Edit: March 17, 2007, 05:37:34 pm by Capn_Fish »
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Want Compiled Thread?
« Reply #200 on: March 18, 2007, 10:27:39 am »
Quote
Planner 0.14.2. Compiled on 2.6, output after "configure" was

Code: [Select]
Planner prefix               : /usr
Build API docs               : no
Python bindings              : yes
Python plugin                : no
Simple priority scheduling   : no
Database/GDA support         : no
Evolution Data Server import : no
Evolution Data Server backend: no

Not tested.

EDIT: Also stripped
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156601\"][{POST_SNAPBACK}][/a][/div]

Great, thanks a lot!
Just tried it on beta3 (2.4). It complains about missing libasound.so.2.
Does anyone have an idea where to get this from? I have not seen it in any feed...

BTW - why should planner need a sound lib?

thanks
daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #201 on: March 18, 2007, 10:33:03 am »
No idea, but it looks like it's in the alsa-lib package. See if installing that helps.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Lemuus

  • Newbie
  • *
  • Posts: 35
    • View Profile
Want Compiled Thread?
« Reply #202 on: March 18, 2007, 04:08:11 pm »
Hi can someone compile Golly
http://golly.sourceforge.net/
It's a game of life simulator, but with more features than gtklife, and lucidlife. In golly you can change the rules for survive and born, for example.
I tried to compile this onboard with no luck.
Thanks

willgan

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
Want Compiled Thread?
« Reply #203 on: March 19, 2007, 12:54:40 am »
Take a look at the new software announcements thread
My Current Z...

Zaurus C1000 - Pdaxii13
Using Pdaxrom-builder (SVN) for building packages

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #204 on: March 19, 2007, 07:50:33 am »
Great work!
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Lemuus

  • Newbie
  • *
  • Posts: 35
    • View Profile
Want Compiled Thread?
« Reply #205 on: March 19, 2007, 08:16:22 pm »
Quote
Take a look at the new software announcements thread
[div align=\"right\"][a href=\"index.php?act=findpost&pid=156683\"][{POST_SNAPBACK}][/a][/div]
Thanks!!!!!!!!! golly works perfect!!!!
Lemuus

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
Want Compiled Thread?
« Reply #206 on: March 25, 2007, 04:19:21 am »
thanks for Apache mr Meanie
we're waiting for php & mysql then
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Want Compiled Thread?
« Reply #207 on: March 29, 2007, 09:12:48 am »
who can compile the following kernel modules for beta3, 2.4.20 kernel



spca5xx.o

http://mxhaard.free.fr/spca50x/Download/oldrelease/


sweexcam.o

http://sourceforge.net/project/showfiles.php?group_id=97224


thanks
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
Want Compiled Thread?
« Reply #208 on: March 29, 2007, 11:09:17 am »
I'd love fcron to be compiled. I'd do it myself, but I've had not time to setup my compile environment yet.
GROG!

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #209 on: March 29, 2007, 02:21:24 pm »
Quote
I'd love fcron to be compiled. I'd do it myself, but I've had not time to setup my compile environment yet.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157512\"][{POST_SNAPBACK}][/a][/div]
Give me a bit (as little as a few minutes)
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo