Displaying 20 results from an estimated 100000 matches similar to: "running make and make install"
2004 Dec 13
1
Solaris: Linking bin/smbd, /usr/ccs/bin/ld: illegal option -- E
Solaris 9
Samba 3.0.9
gcc 3.3.2 (from SunFreeware)
config opts: ./configure --prefix=/opt/samba
Hello,
I'm having some trouble compiling the latest samba. Even using
"--with-gnu-ld" as a configuration switch it still wants to use the
Solaris-native ld. Of course, the gcc from SunFreeware says as much:
"It was compiled to use the SUN assembler and loader usually in
2004 Jan 23
2
Samba compile error
Hi,
I am compiling Samba-3.0.1 on a Solaris 9 machine.
I have gcc-3.3.2. Running "make" fails. Thanks for
your advice.
PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin
# ./configure --with-included-popt --with-gnu-ld
# make
....
Linking bin/smbd
/usr/ccs/bin/ld: illegal option -- E
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s)
...
collect2: ld returned 1
2002 Dec 12
1
(fwd from phsan@cs.siu.edu) Compiling error
----- Forwarded message from Yihua Philip Sheng <phsan@cs.siu.edu> -----
From: "Yihua Philip Sheng" <phsan@cs.siu.edu>
Subject: Compiling error
Date: Thu, 12 Dec 2002 11:49:45 -0600
To: <samba-binaries-admin@lists.samba.org>
X-Mailer: Microsoft Outlook, Build 10.0.4024
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.9.1.2
When I tried to compile the
2010 May 07
1
Fwd: RE: Problems 'make'ing on Solaris 9/10
On Solaris 10 (x86), trying to compile samba 3.5.2
I have downloaded GCC 3.4.x., make, binutils (ld etc) and sed from
Sunfreeware.
GCC (gcc -v) has /usr/ccs/bin/ld hardcoded so the only way around it was
to symlink to the gnu one.
# mv /usr/ccs/bin/ld /usr/ccs/bin/ld.1
# ln -s /usr/local/bin/ld /usr/ccs/bin/ld
# ./configure --prefix=/usr/local/talloc-2.0.1
When setting some
2005 Oct 18
0
[Fwd: compile error Samba 3.0.20a Solaris 8]-solved
Hi,
I solved following problem by upgrading GCC from version 3.0 to 3.4.2,
and compiling samba-3.0.14a instead of 3.0.20a.
The only problem I had during "make" with Samba-3.0.14a was:
....
Compiling smbd/server.c
Linking bin/smbd
/usr/ccs/bin/ld: illegal option -- E
....
Which was fixed by rename /usr/ccs/bin/ld to ld.sun.
With newer version of GCC, I still have following error
2008 Aug 04
0
[ma@sernet.de: Re: unable to build 3.2 on HP-UX]
hmm, the mailing list engine seems to have eaten my
attachmen (and my signature....) trying again
----- Forwarded message from Michael Adam <ma@sernet.de> -----
Date: Mon, 4 Aug 2008 22:43:55 +0200
From: Michael Adam <ma@sernet.de>
To: Dag Ager <dag.ager@enders-ing.de>
Subject: Re: [Samba] unable to build 3.2 on HP-UX
Hi,
2008 Jul 21
3
Building Samba 3.2.0 on Solaris with Sun compiler
I was able to build Samba 3.0.x under Solaris 10 using the Sun Studio
compiler (cc) and the Solaris ld (/usr/ccs/bin/ld) that it uses.
Trying to build Samba 3.2.0, however, I immediately run into a problem
where the build process assumes the linker understands
"--version-script", which is specific to the GNU linker:
Linking shared library bin/libtalloc.so
/usr/ccs/bin/ld: illegal
1999 Jun 21
1
./configure problem
I attempting to install 2.0.3 on 2.6 Solaris. I'm just starting with
Samba so any help at all would be great. When I issue the command
./configure I receive the following error message:
loading cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -O ) works... no
configure: error: installation or configuration problem: C compiler
cannot
2009 Oct 09
2
Samba 3.4.2 on Solaris 9 build problem
Hi,
I'm trying to build samba 3.4.2 on Solaris 10 using SunStudio 12 but
I've hit a snag.
The configure line used was:
CFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-Iec/sw/samba/krb/current/include" \
CPPFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-I/ec/sw/samba/krb/current/include" \
2009 Mar 05
2
Compilation of dovecot-1.2-sieve-0.1.3 under Solaris 10 for Sparc
I am trying to compile Dovecot Sieve, when i execute the command make i
get this error:
/usr/ccs/bin/ld: illegal option -- start-group
The configure sentence was :
./configure --with-dovecot=/export/software/dovecot1.2/dovecot-1.2
And it finishes right.
I have succesfully compile dovecot 1.2 beta 1 source with
dovecot-1.2-managesieve-0.11.3 patch.
Thanks,
--
Andr?s Fernando Yacopino
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
Hi,
I installed R 1.3.1 on HP-UX. This caused me quite some
problems. These problems did not occur with the previous version
I installed, which was R version 1.2.3.
First, the result of configure:
R is now configured for hppa-hp-hpux10.20
Source directory: .
Installation directory: /opt_local/opt/R
C compiler: cc -D_HPUX_SOURCE +DA1.1 +DS1.1
2006 Apr 21
1
Linker problem in installing 64-bit R
Hi,
I am trying to compile R-2.2.1 on Solaris 2.9 with a 64-bit build. Following
the instructions in "R Installation and Adminstration", I changed the
following settings in "config.site":
CC="gcc -m64"
F77="g77 -64"
CXX="g++ -m64"
LDFLAGS="-L/usr/local/lib/sparcv9 -L/usr/local/lib"
But I got the following error messages:
2005 May 12
2
Solaris 10 on amd and R-2.1.0
Hi
I am having problems compiling R on a Solaris 10 opteron box we have on
trial.
checking for Fortran libraries of g77... -L/usr/ccs/lib -L/usr/lib -
L/usr/local/lib -L/usr/local/lib/gcc-lib/i386-pc-solaris2.10/3.3.2 -
L/usr/ccs/bin -L/usr/local/lib/gcc-lib/i386-pc-
solaris2.10/3.3.2/../../.. -lfrtbegin -lg2c -lm -lgcc_s -lfrtbegin: -
lg2c:
checking how to get verbose linking output from
2012 Dec 03
0
need help for R's installation
Hi everyone,
I met a erro on the HP-UX system when I compile with the
R-2.15.2.tar.gz. the command and erro are shown as follows, I try many times
hope anyone can help me. Thanks!
$ cd R-2.15.2
$ bash ./configure --with-readline=no --with-x=no
checking build system type... ia64-hp-hpux11.23
checking host system type... ia64-hp-hpux11.23
loading site script './config.site'
2001 Dec 05
2
install R-1.3.1 on Solaris 8
Dear All:
I tried to compile and install R-1.3.1 on Solaris 8,but never
succeeded, Can you give me any suggestion?
I used
./configure --with-x --x-includes=/usr/openwin/share/include/X11 \
--x-libraries=/usr/openwin/lib --with-f77 \
--with-tcl-config=/usr/local/lib --with-tk-config=/usr/local/lib
I noticed that ld used /usr/ccs/bin/ld(ld: Software Generation
Utilities-Solaris-ELF (4. 0)). I
2002 Sep 20
1
Install with 64-bit GCC 3.2 (PR#2048)
Hi,
been trying to build R-1.5.1 for som eof our users here.
No probs with gcc-3.2 32-bit installtion, but thought we'd try it with
the 64-bit just for the crack.
Configuring thus
CC=gcc3 CFLAGS="-m64" CXX=g++3 CXXFLAGS="-m64" F77=g773 FFLAGS="-m64"
LDFLAGS="-m64 -L/usr/local/packages/gcc-3.2/lib/sparcv9" ./configure
2012 Jan 08
1
Can't compile 3.6.2 on Solaris 11
Trying to compile Samba 3.6.2 on Solaris 11, getting the following error:
gmake
Using CFLAGS = -O -I. -I/export/home1/src/samba-3.6.1/source3
-I/export/home1/src/samba-3.6.1/source3/../lib/iniparser/src -Iinclude
-I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc
-I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H
-D_REENTRANT -D_LARGEFILE_SOURCE
2002 Jun 27
0
[Bug 309] openssh-3.3 and openssh-3.4 won't install on Sparc Station 5, Solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=309
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|opemssh-3.3 and openssh-3.4 |openssh-3.3 and openssh-3.4
|won't install on Sparc |won't install on Sparc
|Station 5,
2006 Mar 24
1
Compiling error on HP-UX 11i v1
Dear all
During compilation samba-3.0.21c on a HP-UX 11i v1 system I get an error.
./configure --prefix=/opt/samba-3.0.21c
make
...
Compiling popt/poptconfig.c
Compiling popt/popthelp.c
Compiling popt/poptparse.c
Linking bin/smbd
/usr/ccs/bin/ld: Unsatisfied symbols:
auth_script_init (first referenced in auth/auth.o) (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Can
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote:
> On Tue, 6 Jul 2004, jeroen wrote:
>
>> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote:
>>> The last thing I get on building the Fox library is
>>>
>>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo
>>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo
>