Closed
Bug 225420
Opened 22 years ago
Closed 22 years ago
"pc-relative relocation against dynamic symbol" While Compiling
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 232763
People
(Reporter: wlgivens, Unassigned)
Details
Attachments
(1 file)
14.79 KB,
application/octet-stream
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier:
Receiving the following error before LD checks out:
nsWeakReference.cpp
/usr/bin/ld: ../../dist/lib/libxptcmd.a(xptcinvoke_linux_alpha.o): pc-relative
relocation against dynamic symbol $invoke_copy_to_stack..ng
collect2: ld returned 1 exit status
gmake[3]: *** [libxpcom.so] Error 1
gmake[2]: *** [libs] Error 2
gmake[1]: *** [tier_2] Error 2
gmake: *** [default] Error 2
Reproducible: Always
Steps to Reproduce:
1.Untar/Ungzip Mozilla Archive
2. Run "./configure"
3. Run gmake
Actual Results:
Received the following error:
nsWeakReference.cpp
/usr/bin/ld: ../../dist/lib/libxptcmd.a(xptcinvoke_linux_alpha.o): pc-relative
relocation against dynamic symbol $invoke_copy_to_stack..ng
collect2: ld returned 1 exit status
gmake[3]: *** [libxpcom.so] Error 1
gmake[2]: *** [libs] Error 2
gmake[1]: *** [tier_2] Error 2
gmake: *** [default] Error 2
Expected Results:
...finished, now run 'gmake install'
Running
cpu : Alpha
cpu model : PCA56
cpu variation : 7
cpu revision : 0
cpu serial number :
system type : EB164
system variation : SX164
system revision : 0
system serial number :
cycle frequency [Hz] : 533333333
timer frequency [Hz] : 1024.00
page size [bytes] : 8192
phys. address bits : 40
max. addr. space # : 127
BogoMIPS : 1055.68
kernel unaligned acc : 10213754 (pc=fffffc00005ad51c,va=fffffc000064bb3c)
user unaligned acc : 9886 (pc=12006ee14,va=200000edfff)
platform string : Digital AlphaPC 164SX 533 MHz
cpus detected : 1
total: used: free: shared: buffers: cached:
Mem: 259366912 205520896 53846016 0 39772160 102514688
Swap: 838959104 40943616 798015488
MemTotal: 253288 kB
MemFree: 52584 kB
MemShared: 0 kB
Buffers: 38840 kB
Cached: 96304 kB
SwapCached: 3808 kB
Active: 102568 kB
Inactive: 58384 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 253288 kB
LowFree: 52584 kB
SwapTotal: 819296 kB
SwapFree: 779312 kB
Linux version 2.4.22-bk8 (root@kcnetwork.net) (gcc version 3.3.2) #1 Mon Sep 10
21:40:52
*** This bug has been marked as a duplicate of 232763 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Hardware: Other → DEC
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•