Author Topic: Zgcc And Compiling  (Read 1478 times)

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Zgcc And Compiling
« on: May 31, 2006, 10:40:50 pm »
well tried to compile 'aspell', it compiled but had an error about not knowing what to do with make "all" in the po directory, but however it did install the libraries(8mb) ouch and the binary. But cant seem to get the dictionary installed. anyone else wanna give this a whirl? Also where can I find more details about compiling on the z? Any and all info is appreciated. Also I would like to get man pages installed for my z any ideas where to start?
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Zgcc And Compiling
« Reply #1 on: June 01, 2006, 04:14:25 am »
Quote
well tried to compile 'aspell', it compiled but had an error about not knowing what to do with make "all" in the po directory, but however it did install the libraries(8mb) ouch and the binary. But cant seem to get the dictionary installed. anyone else wanna give this a whirl?
What error did you have when installing dictionary?

If you have installed aspell properly then installing dictionaries is a simple matter of:
Code: [Select]
wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2
tar jxf aspell6-en-6.0-0.tar.bz2
cd aspell6-en-6.0-0
./configure
mkdir -p /mnt/hd/ipkg-aspell-dict-en/CONTROL
make DESTDIR="/mnt/hd/ipkg-aspell-dict-en/" install
cp -a Copyright /mnt/hd/ipkg-aspell-dict-en/CONTROL/
vi /mnt/hd/ipkg-aspell-dict-en/CONTROL/control
(obviously modify the above to taste).

-- cheers
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM