Send USRP-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."
Today's Topics:
1. Install g++-4.3 in ubuntu 12.04 error (ZaInzAiN Jj)
----------------------------------------------------------------------
Message: 1
Date: Tue, 1 Jan 2013 08:11:43 +0800 (SGT)
From: ZaInzAiN Jj <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [USRP-users] Install g++-4.3 in ubuntu 12.04 error
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Dear all,
I use ubuntu 12.04 , I want to install g++-4.3 but there are not g++4.3 package
in repo, so i install manually with download this package.
I download gcc-4.3.0.tar.bz2, extract and install.
tar -jxvf gcc-4.3.0.tar.bz2
cd gcc-4.3.0
./configure
make clean
make all
there are error in this step
Cannot access numpy/nummacro.h from /usr/include
??? error 2 (No such file or directory)
Applying machine_name???????????? to numpy/ufuncobject.h
Cannot access numpy/cfunc.h from /usr/include
??? error 2 (No such file or directory)
Applying machine_name???????????? to numpy/npy_cpu.h
Cannot access numpy/arraybase.h from /usr/include
??? error 2 (No such file or directory)
Cannot access numpy/ieeespecial.h from /usr/include
??? error 2 (No such file or directory)
Cannot access numpy/numcomplex.h from /usr/include
??? error 2 (No such file or directory)
Cannot access numpy/libnumarray.h from /usr/include
??? error 2 (No such file or directory)
when I check /usr/include/numpy folder , the result as below
root@zai-eepis:/usr/include/numpy# cd /usr/include/numpy
root@zai-eepis:/usr/include/numpy# ls -l
total 336
lrwxrwxrwx 1 root root??? 35 Mar 20? 2012 arraybase.h ->
../../../numarray/numpy/arraybase.h
-rw-r--r-- 1 root root?? 508 Nov 21? 2010 arrayobject.h
-rw-r--r-- 1 root root? 3509 Mar 11? 2011 arrayscalars.h
lrwxrwxrwx 1 root root??? 31 Mar 20? 2012 cfunc.h ->
../../../numarray/numpy/cfunc.h
-rw-r--r-- 1 root root? 1806 Mar 11? 2011 halffloat.h
lrwxrwxrwx 1 root root??? 37 Mar 20? 2012 ieeespecial.h ->
../../../numarray/numpy/ieeespecial.h
lrwxrwxrwx 1 root root??? 37 Mar 20? 2012 libnumarray.h ->
../../../numarray/numpy/libnumarray.h
-rw-r--r-- 1 root root 60529 Mar 20? 2012 __multiarray_api.h
-rw-r--r-- 1 root root 46826 Mar 20? 2012 multiarray_api.txt
-rw-r--r-- 1 root root 10440 Jul 21? 2011 ndarrayobject.h
-rw-r--r-- 1 root root 58308 Jul 21? 2011 ndarraytypes.h
-rw-r--r-- 1 root root? 1861 Nov 21? 2010 _neighborhood_iterator_imp.h
-rw-r--r-- 1 root root? 6542 Mar 11? 2011 noprefix.h
-rw-r--r-- 1 root root? 9294 Jul 21? 2011 npy_3kcompat.h
-rw-r--r-- 1 root root 29409 Jul 21? 2011 npy_common.h
-rw-r--r-- 1 root root? 3713 Mar 10? 2011 npy_cpu.h
-rw-r--r-- 1 root root? 1305 Nov 21? 2010 npy_endian.h
-rw-r--r-- 1 root root? 3411 Nov 21? 2010 npy_interrupt.h
-rw-r--r-- 1 root root 13779 Mar 11? 2011 npy_math.h
-rw-r--r-- 1 root root?? 817 Nov 21? 2010 npy_os.h
lrwxrwxrwx 1 root root??? 36 Mar 20? 2012 numcomplex.h ->
../../../numarray/numpy/numcomplex.h
lrwxrwxrwx 1 root root??? 34 Mar 20? 2012 nummacro.h ->
../../../numarray/numpy/nummacro.h
-rw-r--r-- 1 root root?? 942 Mar 20? 2012 _numpyconfig.h
-rw-r--r-- 1 root root?? 508 Nov 21? 2010 numpyconfig.h
-rw-r--r-- 1 root root? 6018 Mar 11? 2011 old_defines.h
-rw-r--r-- 1 root root?? 684 Nov 21? 2010 oldnumeric.h
-rw-r--r-- 1 root root? 9881 Mar 20? 2012 __ufunc_api.h
-rw-r--r-- 1 root root? 4579 Mar 20? 2012 ufunc_api.txt
-rw-r--r-- 1 root root? 9350 Jul 21? 2011 ufuncobject.h
-rw-r--r-- 1 root root?? 628 Nov 21? 2010 utils.h
root@zai-eepis:/usr/include/numpy#
I try to change right of access
this file but the result as below
root@zai-eepis:/usr/include/numpy# chmod 777 arraybase.h
chmod: cannot operate on dangling symlink `arraybase.h'
what i can do to solved this error?
-Ahmad Zainudin-
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20130101/d648f028/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
------------------------------
End of USRP-users Digest, Vol 29, Issue 1
*****************************************