This is a discussion on Re: rsync installation _error exit code1 within the Rsync forums, part of the Networking and Network Related category; --===============0971557622== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-f1CdzENy+h93QCocXVVh" --=-f1CdzENy+...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--===============0971557622== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-f1CdzENy+h93QCocXVVh" --=-f1CdzENy+h93QCocXVVh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2008-04-08 at 14:28 +0530, sri vasulu wrote: > Here i am trying to install rsync3.0.1 on HP-UNIX machine. i have > downloaded the source rsync-3.0.1.tar&rsync-patches-3.0.1.tar from > rsync website. > After that i have executed the ./configure, it got executed it > displayed message as rsync 3.0.1 configuration successful. > In Makefile.in i have changed environment variable CC=3D@CC@ to > CC=3D@usr/local/bin/gcc. The configure script determines the CC variable for your system (among other variables) and then copies Makefile.in to Makefile, replacing tokens like @CC@ with the appropriate values. The right way to set a variable like CC is on the ./configure command line: ../configure CC=3D/usr/local/bin/gcc If you insist on modifying Makefile.in, you need to delete the @ sign because it is a marker for the configure script to replace, not part of the makefile syntax. This explains your "make install" error. > after executing the make command i am getting the following error > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D > inccishh0125 703: make > config.status: creating Makefile > config.status: creating lib/dummy > config.status: creating zlib/dummy > config.status: creating popt/dummy > config.status: creating shconfig > config.status: creating config.h > config.status: config.h is unchanged > Makefile updated -- rerun your make command. > Make: Cannot load exit. Stop. > *** Error exit code 1 > Stop. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D It looks like something, perhaps your modification to Makefile.in, triggered the rule that updates Makefile. If this happens, do what the message says and run "make" again. If the same thing keeps happening, you can delete the rule from Makefile. The rule looks like this: Makefile: Makefile.in config.status @./config.status @echo "Makefile updated -- rerun your make command." @exit 1 Good luck. Matt --=-f1CdzENy+h93QCocXVVh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBH/BFtC+xSYN/RlfsRApqDAKCCBbddaGBcpP1pTqJPdfYwATgSJgCcDyJS GNrvbqkeD9k7gXi1j26i7uc= =nCjt -----END PGP SIGNATURE----- --=-f1CdzENy+h93QCocXVVh-- --===============0971557622== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html --===============0971557622==-- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|