2009/7/13 Kimmo Hämäläinen <[email protected]>: > On Wed, 2009-07-01 at 09:42 +0200, ext Jonni Nakari wrote: >> Hi, >> i am trying to build rtorrent (http://libtorrent.rakshasa.no/) in my >> Maemo 3.1 sdk environment but the make keeps failing: > ... >> -Wl,-rpath -Wl,/scratchbox/host_shared/lib/ -Wl,/scratchbox/tools/lib/ >> -Wl,/scratchbox/devkits/maemo3-tools/lib/ ui/libsub_ui.a > > These "-Wl,<directory name>" options look invalid to me, shouldn't it be > "-Wl,-L<directory name>" or "-L<directory name>"?
Sorry to add more guessing. But -L can be used directly without -Wl. gcc understands it. Though the command line does look strange. Option -rpath is used to specify directories where the libraries should be found at run-time. Do those /scratchbox directories exist in Nokia installation? I couldn't find any. Why then this option is needed at all? _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
