search for: ld_option

Displaying 7 results from an estimated 7 matches for "ld_option".

Did you mean: ll_option
2008 Jul 04
1
Samba 3.2.0 doesn't compile under Solaris8
...0-02 sun4u sparc SUNW,Sun-Fire-480R I'm using Sun Studio 11 Compiler: bash-2.03# /opt/studio11/SUNWspro/bin/cc -V cc: Sun C 5.8 2005/10/13 usage: cc [ options] files. Use 'cc -flags' for details my environment variables: bash-2.03# echo $CPPFLAGS -I/opt/csw/include bash-2.03# echo $LD_OPTIONS -R/opt/csw/lib/$ISALIST -R/opt/csw/lib -L/opt/csw/lib and my configure options: *./configure ?with-ads ?with-krb5=/opt/csw ?with-pam ?with-winbind ?with-shared-modules=idmap_ad ?prefix=/opt/csw ?with-swatdir=/opt/csw/share/samba/swat ?with-configdir=/opt/csw/etc/samba ?with-privatedir=/opt/csw/...
2018 Mar 17
0
Successful Build: llvm-5.0.1 on Solaris 10/sparc
...with the following cmake/gmake incantations: cmake \ -DCMAKE_C_COMPILER=/home/build/gcc/5.4.0/bin/gcc \ -DCMAKE_CXX_COMPILER=/home/build/gcc/5.4.0/bin/g++ \ -DLLVM_TARGETS_TO_BUILD=Sparc \ -DCMAKE_INSTALL_PREFIX=/home/build/llvm \ -DCMAKE_BUILD_TYPE=Release \ /home/build/opt/llvm/llvm-5.0.1.src LD_OPTIONS="-z altexec64" gmake A few problems arose: 1. Added code for strnlen to llvm-5.0.1.src/tools/obj2yaml/macho2yaml.cpp and llvm-5.0.1.src/lib/ObjectYAML/MachOYAML.cpp (as strnlen() is not POSIX, hence not in <string.h>). 2. Changed grep-->ggrep in bld.llvm-rel/tools/bugpoint-...
2008 Jul 04
0
unable to compile samba 3.2.0 under Solaris8
...sun4u sparc SUNW,Sun-Fire-480R I'm using Sun Studio 11 Compiler: bash-2.03# /opt/studio11/SUNWspro/bin/cc -V cc: Sun C 5.8 2005/10/13 usage: cc [ options] files. Use 'cc -flags' for details my environment variables: bash-2.03# echo $CPPFLAGS -I/opt/csw/include bash-2.03# echo $LD_OPTIONS -R/opt/csw/lib/$ISALIST -R/opt/csw/lib -L/opt/csw/lib and my configure options: ./configure ?with-ads ?with-krb5=/opt/csw ?with-pam ?with-winbind ?with-shared-modules=idmap_ad ?prefix=/opt/csw ?with-swatdir=/opt/csw/share/samba/swat ?with-configdir=/opt/csw/etc/samba ?with-privatedir=/opt/csw/...
2002 Feb 25
2
samba & solaris 8
trying to compile 2.2.3a on solaris 8 and getting the following: Is it supported on sol 8? after typing configure and after many lines i get: -----much deleted------ ecking how to get filesystem space usage checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... no checking for 3-argument statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize
2011 Sep 16
2
[LLVMdev] How to duplicate a function?
...ODULE_OPTIONS=-shared -Wl,-O1 #endif TEST_C=test.c TEST_FILE=$(subst .c,.s, $(TEST_C)) PLUGIN=duplicateFunction.so PLUGIN_OBJECTS=duplicateFunction.o ALL_OBJECTS=$(PLUGIN_OBJECTS) ALL_TARGETS=$(PLUGIN) $(TEST_FILE) CPP_OPTIONS+=$(CPPFLAGS) $(shell $(LLVM_CONFIG) --cppflags) -MD -MP -I$(SRC_DIR) LD_OPTIONS+=$(LDFLAGS) $(shell $(LLVM_CONFIG) --ldflags) all: $(ALL_TARGETS) %.o : $(SRC_DIR)/%.cpp @echo Compiling $*.cpp $(QUIET)$(CXX) -c $(CPP_OPTIONS) $(CXXFLAGS) $< $(PLUGIN): $(PLUGIN_OBJECTS) @echo Linking $@ $(QUIET)$(CXX) -o $@ $(LOADABLE_MODULE_OPTIONS) $(CXXFLAGS) $(LD_OPTIO...
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
...hg qpush -a ** build the xvm gate You need the SUNWgcc packages from >= b87 to be able to build. -- cd ../ export XVM_WS=`pwd` export EMAIL="xyz@one.com"" ./sunos.hg/bin/build-all full ** if you don''t have the b87 gcc packages, you can use the following workaround env LD_OPTIONS=-L/lib ./sunos.hg/bin/build-all full To build inside of xen.hg gmake MAKE=gmake debug=y XEN_COMPILE_ARCH=x86_64 XEN_TARGET_ARCH=x86_64 SOLARIS_BUILD_TOOLS=/opt For the dom0 kernel, follow the standard instructions for a onnv based gate. == hg clone ssh://anon@hg.opensolaris.org/hg/xen-gat...
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good Proceed with xVM upgrade . After running:- # sunos.hg/bin/build-all nondebug bash-3.2# cd packages-nondebug bash-3.2# pwd /usr/tmp/packages-nondebug bash-3.2# ls -l total 20 drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber