Am Montag, 16. September 2013 um 00:18:38, schrieb Duc Nguyen Ngoc <ech...@gmail.com>
I do not have gcc 4.7, but 4.6 on ubuntu. Here, the relevant file is
a symbolic link to '/lib/x86_64-linux-gnu/libm.so.6'
Normally the symbolic links would be installed by the devel package.
It is here
#dpkg -S /usr/lib/x86_64-linux-gnu/libm.so
libc6-dev: /usr/lib/x86_64-linux-gnu/libm.so
Kornel
It's saying that it wants you to add -lm to the linker flags.
Are you building from a tarball or from the mercurial repository? This might already be fixed.
--
Bruno
Am Montag, 16. September 2013 um 03:54:57, schrieb Duc Nguyen Ngoc <ech...@gmail.com>
> Thanks Kornel,
> I have gcc 4.7 already. I tried #dpkg -S /usr/lib/x86_64-linux-gnu/libm.so
> but still got the same error. :(
Yes, I was wrong and Bruno mailed the correct answer.
There seems '-lm' missing on the gcc-command.
Try to get the source from the repository.
(Like:
#hg clone http://hugin.hg.sourceforge.net:8000/hgroot/hugin/autopano-sift-C autopano-sift-C
)
I hope, this is still valid?
> On Monday, September 16, 2013 5:35:01 PM UTC+10, kornel wrote:
> >
> > Am Montag, 16. September 2013 um 00:18:38, schrieb Duc Nguyen Ngoc <
> > ech...@gmail.com <javascript:>>