http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2472

*** shadow/2472 Fri Jul  6 04:01:40 2001
--- shadow/2472.tmp.14181       Fri Jul  6 04:01:40 2001
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | Linker options ignored on IRIX                                             |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2472                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Minor                    OS/Version: Other                   |
+ |     Priority: Other                     Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                           |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The linker options passed via the -l option in the runConfigure script are
+ ignored for IRIX.
+ To build a 64 bit shared library (instead of 32 bit) it is essential to pass the
+ -64 option to both the compiler and the linker.
+ This works only for the compiler (using the -z option).
+ In effect compilation works fine but the library cannot be built.
+ 
+ Adding ${LDFLAGS} to MAKE_SHARED for IRIX in Makefile.incl solved the problem
+ for me. Note that ${LDFLAGS} isnt added to  MAKE_SHARED or MAKE_SHARED_C for
+ several platforms in this Makefile.incl.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to