Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] 1. Re: installation Help

This is the log of sudo sh BUILD and build.txt which the output of running it.

configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make: *** No rule to make target `install'.  Stop.
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make: *** No rule to make target `install'.  Stop.

I have gcc installed, why does it say cannot run C compiled programs?

when i do gcc -v i get:

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=- 4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)


David Ly

On 4/10/07, ptp-user-request@xxxxxxxxxxx <ptp-user-request@xxxxxxxxxxx> wrote:
Send ptp-user mailing list submissions to
        ptp-user@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
         https://dev.eclipse.org/mailman/listinfo/ptp-user
or, via email, send a message with subject or body 'help' to
        ptp-user-request@xxxxxxxxxxx

You can reach the person managing the list at
        ptp-user-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ptp-user digest..."


Today's Topics:

   1. Re: installation Help (David Ly-Gagnon)
   2. Re: Re: installation Help (Greg Watson)


----------------------------------------------------------------------

Message: 1
Date: Mon, 9 Apr 2007 09:52:55 -0700
From: "David Ly-Gagnon" <david.lygagnon@xxxxxxxxx>
Subject: [ptp-user] Re: installation Help
To: ptp-user@xxxxxxxxxxx
Message-ID:
        <6b50dc180704090952n1badec7bg9497b07ab403d0d8@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi Greg,

Thanks I did what you said and now I am having the problem that it doesn't
find the ptp_orte_proxy. I read a post by Nathalie and Magda, (
http://dev.eclipse.org/mhonarc/lists/ptp-user/msg00079.html) and i
recompiled openMPI with the --with-devel-headers and rebuild "sh BUILD" in
plugins of my os architecture (linux.x86), and I still don't find the
ptp_orte_proxy. In my bin directory I have the following files:

ptplib.py
ptp_mpich2_proxy.py
README

I wonder if thats normal I have ptp_mpich2_proxy.py instead of orte?

How can I solve this ?

Dave Ly





> Today's Topics:
>
>    1. Re: installation Help (Greg Watson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 8 Apr 2007 10:04:31 -0600
> From: Greg Watson <g.watson@xxxxxxxxxxxx>
> Subject: Re: [ptp-user] installation Help
> To: PTP User list < ptp-user@xxxxxxxxxxx>
> Message-ID: <C790D1DA-9660-4F1F-8533-9519D98A880F@xxxxxxxxxxxx>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> David,
>
> This is a known problem when you try to launch a parallel application
> when the C/C++ perspective is active. The work around is to either:
>
> 1. Switch to the PTP Runtime or PTP Debug perspective before
> launching; or
>
> 2. Go into preferences and select 'Run/Debug', then 'Perspectives'.
> Choose 'Parallel Application' from 'Application types', the select
> 'Always' to open the associated perspective when launching. The
> problem only occurs when the setting is 'Prompt'.
>
> You should not need to change the location of the SDM executable.
> Assuming you built PTP correctly, it is located in the following
> directory your Eclipse installation plugins folder:
>
>         org.eclipse.ptp.<os>.<arch>/bin
>
> where <os> is your operating system (linux/macosx) and <arch> is your
> architecture (x86, etc.)
>
> Greg
>
> On Apr 7, 2007, at 2:32 PM, David Ly-Gagnon wrote:
>
> > Ok, I finally got able to open the PTP perspective, we can close
> > the previous bug i guess. However,  I am now having the following
> > error:
> >
> > Error within Debug UI: java.lang.reflect.InvocationTar
> > getException
> >
> > I believe it has to do with the SDM executable ?
> >
> > In Windows-->perspective-->PTP-->DEBUG-->SDM, SDM Executable: where
> > should I locate the SDM Executable ?
> >
> > here are the screenshots
> > and my eclipse config file, and log file
> >
> > thanks,
> >
> > David Ly-Gagnon
> > <Screenshot.png>
> > <uiException.png>
> > <eclipse-configuration>
> > <log>
> > _______________________________________________
> > ptp-user mailing list
> > ptp-user@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>
>
> ------------------------------
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>
> End of ptp-user Digest, Vol 5, Issue 7
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/listinfo/ptp-user/attachments/20070409/1af1c637/attachment.html

------------------------------

Message: 2
Date: Mon, 9 Apr 2007 12:18:39 -0600
From: Greg Watson <g.watson@xxxxxxxxxxxx>
Subject: Re: [ptp-user] Re: installation Help
To: PTP User list <ptp-user@xxxxxxxxxxx>
Message-ID: <E2CD75FA-C9D8-40BD-8757-31C3A9099681@xxxxxxxxxxxx >
Content-Type: text/plain; charset="us-ascii"

Are you getting any errors when you run 'sh BUILD'? That's the only
reason the binary wouldn't be there. It's normal to have the mpich2
proxy built.

Greg

On Apr 9, 2007, at 10:52 AM, David Ly-Gagnon wrote:

>
> Hi Greg,
>
> Thanks I did what you said and now I am having the problem that it
> doesn't find the ptp_orte_proxy. I read a post by Nathalie and
> Magda, ( http://dev.eclipse.org/mhonarc/lists/ptp-user/
> msg00079.html) and i recompiled openMPI with the --with-devel-
> headers and rebuild "sh BUILD" in plugins of my os architecture
> (linux.x86), and I still don't find the ptp_orte_proxy. In my bin
> directory I have the following files:
>
> ptplib.py
> ptp_mpich2_proxy.py
> README
>
> I wonder if thats normal I have ptp_mpich2_proxy.py instead of orte?
>
> How can I solve this ?
>
> Dave Ly
>
>
>
>
>
> Today's Topics:
>
>    1. Re: installation Help (Greg Watson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 8 Apr 2007 10:04:31 -0600
> From: Greg Watson <g.watson@xxxxxxxxxxxx >
> Subject: Re: [ptp-user] installation Help
> To: PTP User list <ptp-user@xxxxxxxxxxx>
> Message-ID: < C790D1DA-9660-4F1F-8533-9519D98A880F@xxxxxxxxxxxx >
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> David,
>
> This is a known problem when you try to launch a parallel application
> when the C/C++ perspective is active. The work around is to either:
>
> 1. Switch to the PTP Runtime or PTP Debug perspective before
> launching; or
>
> 2. Go into preferences and select 'Run/Debug', then 'Perspectives'.
> Choose 'Parallel Application' from 'Application types', the select
> 'Always' to open the associated perspective when launching. The
> problem only occurs when the setting is 'Prompt'.
>
> You should not need to change the location of the SDM executable.
> Assuming you built PTP correctly, it is located in the following
> directory your Eclipse installation plugins folder:
>
>         org.eclipse.ptp .<os>.<arch>/bin
>
> where <os> is your operating system (linux/macosx) and <arch> is your
> architecture (x86, etc.)
>
> Greg
>
> On Apr 7, 2007, at 2:32 PM, David Ly-Gagnon wrote:
>
> > Ok, I finally got able to open the PTP perspective, we can close
> > the previous bug i guess. However,  I am now having the following
> > error:
> >
> > Error within Debug UI: java.lang.reflect.InvocationTar
> > getException
> >
> > I believe it has to do with the SDM executable ?
> >
> > In Windows-->perspective-->PTP-->DEBUG-->SDM, SDM Executable: where
> > should I locate the SDM Executable ?
> >
> > here are the screenshots
> > and my eclipse config file, and log file
> >
> > thanks,
> >
> > David Ly-Gagnon
> > <Screenshot.png>
> > <uiException.png>
> > <eclipse-configuration>
> > <log>
> > _______________________________________________
> > ptp-user mailing list
> > ptp-user@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>
>
> ------------------------------
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>
> End of ptp-user Digest, Vol 5, Issue 7
> **************************************
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/listinfo/ptp-user/attachments/20070409/65f580a6/attachment.html

------------------------------

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


End of ptp-user Digest, Vol 5, Issue 8
**************************************

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for bitset_new in -lutils... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for mpicc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for mpicc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/ptp_mpich2_proxy.py
config.status: creating src/ptplib.py
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
test -z "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin" || mkdir -p -- "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin"
 /usr/bin/install -c 'src/ptp_mpich2_proxy.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptp_mpich2_proxy.py'
 /usr/bin/install -c 'src/ptplib.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptplib.py'
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
test -z "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin" || mkdir -p -- "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin"
 /usr/bin/install -c 'src/ptp_mpich2_proxy.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptp_mpich2_proxy.py'
 /usr/bin/install -c 'src/ptplib.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptplib.py'
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for bitset_new in -lutils... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for mpicc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for mpicc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/ptp_mpich2_proxy.py
config.status: creating src/ptplib.py
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
test -z "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin" || mkdir -p -- "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin"
 /usr/bin/install -c 'src/ptp_mpich2_proxy.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptp_mpich2_proxy.py'
 /usr/bin/install -c 'src/ptplib.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptplib.py'
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.utils'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for bitset_new in -lutils... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
make[1]: Nothing to be done for `install-exec-am'.
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.proxy'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for mpicc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for mpicc... mpicc
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/ptp_mpich2_proxy.py
config.status: creating src/ptplib.py
make[1]: Entering directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'
test -z "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin" || mkdir -p -- "/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin"
 /usr/bin/install -c 'src/ptp_mpich2_proxy.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptp_mpich2_proxy.py'
 /usr/bin/install -c 'src/ptplib.py' '/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.linux.x86/bin/ptplib.py'
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/alchemist/Desktop/eclipse/plugins/org.eclipse.ptp.mpich2.proxy'

Back to the top