Closed
Bug 294951
Opened 20 years ago
Closed 20 years ago
libxpcom_core.so: undefined reference (Intel ICC 8)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
People
(Reporter: g.fischer, Unassigned)
Details
User-Agent: firebird (IRIX; R-A-C) [en]
Build Identifier:
linux 2.43, intel cc 8, current firefox checkout.
-----------------------------------
icc -I/usr/local/include -I/usr/include -I/usr/X11R6/include -fno-rtti
-fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
-Wno-long-long -pedantic -O3 -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED
-O3 -o xpcshell xpcshell.o -L/usr/local/lib -L/usr/lib -L../../../../dist/bin
-L../../../../dist/lib -L../../../../dist/bin -lmozjs -L../../../../dist/bin
-lxpcom -lxpcom_core -L../../../../dist/lib -lplds4 -lplc4 -lnspr4
-L/usr/local/lib -L/usr/lib -lpthread -ldl -ldl -lm
icc: Command line warning: ignoring unknown option '-fno-handle-exceptions'
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-p'; no argument required
icc: Command line warning: ignoring option '-p'; no argument required
../../../../dist/bin/libxpcom_core.so: undefined reference to `vtable for
nsIByteArrayInputStream'
../../../../dist/bin/libxpcom_core.so: undefined reference to `invoke_copy_to_stack'
../../../../dist/bin/libxpcom_core.so: undefined reference to `PrepareAndDispatch'
../../../../dist/bin/libxpcom_core.so: undefined reference to `vtable for
nsIFastLoadFileReader'
gmake[3]: *** [xpcshell] Error 1
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Support for Intel's ICC compilers have not been added to Mozilla. The missing
references indicate the lack of xptcall support.
*** This bug has been marked as a duplicate of 81087 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: libxpcom_core.so: undefined reference → libxpcom_core.so: undefined reference (Intel ICC 8)
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•