benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

/usr/bin/ld: cannot find -lxpcom On 64 Bit Ubuntu Karmic #998

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When compiling the latest Google Gears src I get:

CPPFLAGS="-include /usr/include/stdlib.h -include /usr/include/string.h
-include /usr/include/limits.h -include /usr/include/pthread.h
-D_XOPEN_SOURCE=600"  make MODE=opt   ARCH=x86_64 OS=linux

<compilation>

/usr/bin/ld: cannot find -lxpcom
collect2: ld returned 1 exit status
make[1]: *** [bin-opt/linux-x86_64/ff36/libgears.so] Error 1
make: *** [default] Error 2

What is the expected output? What do you see instead?

Successful Compilation.

What version of the product are you using? On what operating system?

Karmic 64 Bit Ubuntu

Original issue reported on code.google.com by j.cimb.b...@gmail.com on 28 Jan 2010 at 10:27