Sponsored Content
Full Discussion: Solaris 7 Sparc 5
Top Forums UNIX for Dummies Questions & Answers Solaris 7 Sparc 5 Post 80815 by kisoun on Friday 12th of August 2005 05:17:34 AM
Old 08-12-2005
After many configurations, and a lot of support of friends of mine,
at source folder of php-4.3.11, config.log file writes that,

configure:15211: checking whether utime accepts a null argument
configure:15232: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -L/usr/ucblib -L/usr/ucblib conftest.c 1>&5
ld: fatal: relocation error: R_SPARC_32: file /var/tmp//ccCdeGlp.o: symbol <unknown>: offset 0xef371747 is non-aligned

ld: fatal: relocation error: R_SPARC_32: file /var/tmp//ccCdeGlp.o: symbol <unknown>: offset 0xef37174b is non-aligned

ld: fatal: relocation error: R_SPARC_32: file /var/tmp//ccCdeGlp.o: symbol <unknown>: offset 0xef37174f is non-aligned

ld: fatal: relocation error: R_SPARC_32: file /var/tmp//ccCdeGlp.o: symbol <unknown>: offset 0xef371c6f is non-aligned

and many many more same fatal arrors for 'ld'

And of cource I don't know what to do
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris 9 x86 and Sparc?

Hi, What is the difference between Solaris 9 x86 and Sparc besides the hardware. Is all the command the same or there are a difference? Plus where can go to get more information on the differences. Many thanks, -n (2 Replies)
Discussion started by: Insomniac
2 Replies

2. Solaris

Samba on Solaris 9, Sparc.

hi guys, This is prolly more of a dummies question, but here goes. I want to make my Ultra 5 workstation into a samba server. I have solaris 9 installed with the latest patch cluster. if I do: pkginfo | grep samba I get : # pkginfo | grep samba system SUNWsmbac ... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

3. UNIX for Advanced & Expert Users

Solaris 7 Sparc 5

08-11-2005, 03:23 PM I posted the below thread in UNIX for dummies Questions and Answers. I thank the guy who posted a proposition to resolve my problem. I decided to repost the problem here. Who knows :) So, here it goes: Since a week ago I put myself many troubles. I decide to... (6 Replies)
Discussion started by: kisoun
6 Replies

4. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

5. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

6. UNIX for Dummies Questions & Answers

Solaris for a training: PC vs Sparc

I need a computer to try Solaris. I'm learning with UNIX Academy training DVDs and after spending much time with Linux I want to try and learn on Solaris. I'll have to buy a computer for my training anyway. I found on ebay plenty of inexpensive Sun boxes. Would it be beneficial for learning to have... (26 Replies)
Discussion started by: newlinuxuser1
26 Replies

7. Solaris

How to read this Solaris version:-Solaris 8 HW 5/03 s28s_hw2wos_06a SPARC?

Hi Guys, Could you please tell me how to read this Solaris version:- Solaris 8 HW 5/03 s28s_hw2wos_06a SPARC Thanks. (3 Replies)
Discussion started by: manalisharmabe
3 Replies

8. Solaris

Solaris 11 SPARC GUI

Hi, Is there anyway to install gui without using update from internet? I mean from DVD or other local disc install. Most of tutorial i forund, they show install gui using pkg update from internet. But now our server not yet have internet because ISP does not provide yet. Please show me the... (18 Replies)
Discussion started by: mzainal
18 Replies
vparreloc(1M)															     vparreloc(1M)

NAME
vparreloc - relocate the load address of a vmunix file, determine if a vmunix file is relocatable, or promote the scope of symbols in a relocatable vmunix file SYNOPSIS
target-load-address source-vmunix-file target-vmunix-file] global-symbol-vmunix-file source-vmunix-file target-vmunix-file] symbol-name source-vmunix-file target-vmunix-file] source-vmunix-file DESCRIPTION
There are four forms of this command. Each form requests that one of four supported operations be performed. The four forms are distin- guished based on whether they contain a or none of these options. If the fourth form of the command is used, then the source file is checked to determine if it is relocatable. The remaining three command forms are described below. The command is allowed on Itanium(R)-based platforms for compatibility. No action is taken for this command. Options recognizes the following command-line options: Specifies that kernel relocation is requested. The source file is relocated to the load address specified in the target load address option, and the result is written to the target file. This option needs to be used when kernel relocation is required. The file specified by this option is the source file for the requested operation. The requested operation will be performed on this file, and the result will be placed into the target file. This is a required option for all four forms of this command. Specifies that global symbol promotion has been requested on a single symbol. The symbol matching the symbol name specified is promoted to global scope, and the resulting file is written to the target file. Note that only one option may be specified. All subsequent attempts to use this option will be ignored. This option is useful when a very small number of symbols need to be promoted to global scope. There is no need to create a global symbol file for this option. Specifies that global symbol promotion has been requested. All symbols in the source file which match a symbol with global scope in the global symbol file are promoted to have global scope. The result is written to the target file. The global symbol file can be created in one of two ways: it should either be a non-relocatable file, or a relocatable file which has already been run through vparreloc using the option. This option is useful when a tool expects certain symbols to be of global scope. The creation of a relocatable kernel file changes the scope of all symbols in that file to be local. Suppress the most common messages. Note that error messages regarding an invalid file will still be printed. This option is only available with the fourth form of this command. This option is useful when used in a script which examines the return value of this command, and has no need for the informa- tional messages. The result of the requested operation will be placed into the target file. The first three forms of this command utilize the target file option. If no target file option is specified, the default becomes If the fourth form specifies a target file option, it will be ignored. Note that the and options cannot be combined in a single invocation of the command. EXAMPLES
To determine if a file is relocatable: To relocate a file to be loaded at address 0x04000000, and place the resulting file into To promote all symbols that should have global scope in a file that has been linked utilizing the kernel relocation options: RETURN VALUE
The command exits with one of the following values: Successful completion. Bad options. Can not open a file. Error reading from or writing to a file, or allocating memory. Invalid kernel file. File is not relocatable. AUTHOR
was developed by the Hewlett-Packard Company. SEE ALSO
vparextract(1M). vparreloc(1M)
All times are GMT -4. The time now is 04:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy