Pilot-Link

From CBLFS
Revision as of 03:26, 29 November 2009 by Chipster19 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.pilot-link.org/pilot-link-0.12.4.tar.bz2

Introduction to Pilot-Link

pilot-link is a suite of tools used to connect your Palm or PalmOS® compatible handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link works with all PalmOS® handhelds, including those made by Handspring, Sony, and Palm, as well as others.

Project Homepage: http://www.pilot-link.org/

Dependencies

Required

Optional

Configuring

Use any or all of these options with configure to enable the respective language bindings desired:

--with-perl --with-java --with-tcl=/usr/lib --with-python

Remember to change /usr/lib to an appropriate value on multilib systems.

Non-Multilib

Compile the package:

 ./configure --prefix=/usr --enable-threads --enable-conduits &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure \
  --prefix=/usr &&
make

Install the package

make install &&
unset USE_ARCH

N32

Compile the package:

export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}"./configure \
  --prefix=/usr --libdir=/usr/lib32 &&
sed -i -e "/^sys_lib_search_path_spec=/s/lib/lib32/g" \
       -e "/^sys_lib_dlsearch_path_spec=/s/lib/lib32/g" libtool &&
make

Install the package

make install &&
unset USE_ARCH

64Bit

Compile the package:

export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 --prefix=/usr --libdir=/usr/lib64 &&
sed -i -e "/^sys_lib_search_path_spec=/s/lib/lib64/g" \
       -e "/^sys_lib_dlsearch_path_spec=/s/lib/lib64/g" libtool &&
make

Install the package

make install &&
unset USE_ARCH

Contents

Installed Programs: addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook, install-datebook, install-expenses, install-hinote, install-memo, install-netsync, install-todo, install-todos, install-user, memos, money2qif, pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses, pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file, pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh, read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders, and sync-plan
Installed Libraries: libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a}
Installed Bindings: libjpisock.so JDK library, libpitcl.{so,a} Tcl library, Python and Perl modules
Installed Directories: /usr/lib/perl5/site_perl/5.8.8/i686-linux/{,auto/}PDA, /usr/share/pilot-link

Short Descriptions

pilot-link programs and utilities Describing the functionality of each pilot-link program and utility would take several pages. Instead, after you've installed the package, review the pilot-link man page (man pilot-link). If you wish to review before installing the package, unpack the tarball and issue man doc/man/pilot-link.7.in.