Search found 4 matches
- Tue Feb 19, 2008 6:33 pm
- Forum: Mac OS
- Topic: build error: can't locate -lboost_filesystem-mt
- Replies: 8
- Views: 13343
Re: build error: can't locate -lboost_filesystem-mt
I was wondering if somebody could clarify what was meant by "fixing the symbolic links"...Sorry for the noob question I really want to get deluge working on leopard. I'm no expert either, but as far as I know a symbolic link is what Mac OS X calls an alias and it needs fixing because it's...
- Mon Feb 18, 2008 10:52 pm
- Forum: Mac OS
- Topic: build error: can't locate -lboost_filesystem-mt
- Replies: 8
- Views: 13343
Re: build error: can't locate -lboost_filesystem-mt
Thanks check the files in /opt/local/lib boost installs wrong symbolic link libboost_filesystem-d.a -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_boost/work/destroot/opt/local/lib/libboost_filesystem-d-1_34_1.a instead of libboost_filesystem-...
- Sun Feb 17, 2008 6:22 pm
- Forum: Mac OS
- Topic: build error: can't locate -lboost_filesystem-mt
- Replies: 8
- Views: 13343
Re: build error: can't locate -lboost_filesystem-mt
Thanks for your reply.markybob wrote:you could try replacing boost_filesystem-mt with boost_filesystem in setup.py
I tried it, but the build fails again with the same message except now it reads just boost_filesystem.

- Fri Feb 15, 2008 4:16 pm
- Forum: Mac OS
- Topic: build error: can't locate -lboost_filesystem-mt
- Replies: 8
- Views: 13343
build error: can't locate -lboost_filesystem-mt
I'm trying to install deluge on my MacBook Pro (Mac OS 10.4.11) since version 0.5.8.1, but I keep getting the following error: /usr/bin/ld: can't locate file for: -lboost_filesystem-mt collect2: ld returned 1 exit status error: command '/usr/bin/g++-4.0' failed with exit status 1 Warning: the follow...