Closed
Bug 282969
Opened 20 years ago
Closed 20 years ago
typo linker flags -lIDL-2
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: g.fischer, Assigned: bryner)
Details
User-Agent: Mozilla/5.0 (X11; U; IRIX64 IP27; en-US; rv:1.8a6) Gecko/R-A-C Build Identifier: seems like there's a typo. the gtk2 build comes up with: cc -o xpidl -I/usr/local/include -I/usr/nekoware/include -woff 3262 -G 4 -n32 -DNDEBUG -DTRIMMED -O3 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libIDL-2.0 xpidl.o xpidl_idl.o xpidl_util.o xpidl_header.o xpidl_typelib.o xpidl_doc.o xpidl_java.o -L/usr/local/lib -L/usr/nekoware/lib -n32 -L../../../dist/bin -L../../../dist/lib ../../../dist/lib/libxpt.a -L/usr/local/lib -lIDL-2 -lglib-2.0 -lintl -liconv -lsocket -ldl -lm ld32: FATAL 9 : I/O error (-lIDL-2): No such file or directory doesn't happen with gtk1. irix 6.5.27, mipspro 7.42. Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
taking the resulting 'xpidl' from the gtk1 build works ;-)
| Reporter | ||
Comment 2•20 years ago
|
||
hello, not sure if it's a typo. however, does nobody care? it still happens...
> ld32: FATAL 9 : I/O error (-lIDL-2): No such file or directory
It sounds like a problem with the libIDL-2 installation. Does
/usr/local/lib/libIDL-2.so or /usr/local/lib/libIDL-2.a exist?
| Reporter | ||
Comment 4•20 years ago
|
||
have no idea what happened but it works now...
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•6 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
•