add PKGBUILD
# fix undefined reference to symbol 'g_thread_init'
sed -i "s|g_thread_init(NULL);|/*g_thread_init(NULL);*/|" main.c
make
Search Criteria
Package Details: quickshare 1.0-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2012-12-06)
| Package Base: | quickshare |
|---|---|
| Description: | A program allowing for quick, simple sharing of files over your LAN, WiFi, etc., using the HTTP protocol |
| Upstream URL: | http://houbysoft.com/qs/ |
| Category: | network |
| Licenses: | |
| Submitter: | y27 |
| Maintainer: | y27 |
| Last Packager: | None |
| Votes: | 7 |
| First Submitted: | 2010-04-01 14:21 |
| Last Updated: | 2010-06-08 17:27 |
Latest Comments
Comment by mrbit
Comment by mrbit
usr/bin/ld: main.o: undefined reference to symbol 'g_thread_init'
/usr/bin/ld: note: 'g_thread_init' is defined in DSO /usr/lib/libgthread-2.0.so.0 so try adding it to the linker command line
/usr/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [qs] Errore 1
Comment by y27
Thanks, fixed :)
Anonymous comment
% namcap quickshare-0.5-1-i686.pkg.tar.gz
quickshare E: Dependency detected and not included (gtk2) from files ['usr/bin/qs']
quickshare W: Dependency included and not needed ('gtk')
Quickshare doesn't depend on old gtk, it depends on gtk2 ;-)