Re: [Discuss-gnuradio] libtool/gcc iproblems

2006-12-14 Thread Newell Jensen

Eric,

I installed the newest version of cppunit and everything worked.  I guess
the version between 1.10.2-19 and 1.10.2-39 made a difference with the
libstdc++.la files not being included in the latest libstdc++-devel package.

Thanks

Newell
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] libtool/gcc iproblems

2006-12-13 Thread Newell Jensen

Eric,

I have been searching this out.  I looked in the libstdc++ packages that I
have installed and none of them had a libstdc++.la file.  So I found this on
the novell bugzilla site:

Summary: Missing .la files in devel packages
Product: openSUSE 10.2
Version: RC 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]


Hi,

I've just tried to built KDE 3.5 from sources and noticed, that at least the
following .la files are missing:
/usr/lib64/libexpat.la
/usr/lib64/libstdc++.la
/usr/lib64/libjeg.la

Any chance, that those get into the devel packages?

Regards,
Stefan

[EMAIL PROTECTED] changed:

What |Removed |Added

Status|NEW |RESOLVED
Resolution| |WONTFIX




--- Comment #1 from [EMAIL PROTECTED] 2006-11-24 07:32 MST ---
No. These have been removed on purpose. Libstdc++.la for instance has been
removed as it is the compilers task to link in the necessary C++ runtime
libraries.

la files aren't needed and have been an endless source of problems and
nuisances.



So what should be done now?  I am curious what I should do.  Thanks

Newell
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] libtool/gcc iproblems

2006-12-12 Thread Eric Blossom
On Tue, Dec 12, 2006 at 01:23:07AM -0800, Newell Jensen wrote:
 I thought I would shot this out over the list to see if anyone has dealt
 with this.  I was able to build gnuradio and when I went to run make in
 gnuradio-core I ran into this:
 
 libtool: link: warning:
 `/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64//libfftw3f.la'
 seems to be moved
 grep: /usr/lib64/libstdc++.la: No such file or directory

/usr/lib64/libstdc++.la _should_ be there.
It comes from the libstdc++-devel package.  Is that package installed?

On my SuSE 10.1 system:

[EMAIL PROTECTED] dl]$ rpm -qf /usr/lib64/libstdc++.la
libstdc++-devel-4.1.0-25

 I have all the dependencies installed so I was hoping someone might have
 dealt with this before.  I know it has to do with how the libraries are
 being linked but everything I have read online has given me a mixed picture
 of what I need to do.
 Thanks
 
 Newell

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] libtool/gcc iproblems

2006-12-12 Thread Newell Jensen

Eric,

This is what the shell outputs:

[EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -qf /usr/lib64/libstdc++.la
error: file /usr/lib64/libstdc++.la: No such file or directory
[EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++-devel
[EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++41
[EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++41-devel

That is why this is not making sense to me.  I have 'all' the libstdc++
dependencies installed via YAST.  I have the following packages installed
via YAST:

compat-libstdc++
libstdc++41
libstdc++41-32bit
libstdc++41-devel
libstdc++41-devel-32bit
libstdc++-devel

Newell


On 12/12/06, Eric Blossom [EMAIL PROTECTED] wrote:


On Tue, Dec 12, 2006 at 01:23:07AM -0800, Newell Jensen wrote:
 I thought I would shot this out over the list to see if anyone has dealt
 with this.  I was able to build gnuradio and when I went to run make in
 gnuradio-core I ran into this:

 libtool: link: warning:
 `/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64//libfftw3f.la'
 seems to be moved
 grep: /usr/lib64/libstdc++.la: No such file or directory

/usr/lib64/libstdc++.la _should_ be there.
It comes from the libstdc++-devel package.  Is that package installed?

On my SuSE 10.1 system:

[EMAIL PROTECTED] dl]$ rpm -qf /usr/lib64/libstdc++.la
libstdc++- devel-4.1.0-25

 I have all the dependencies installed so I was hoping someone might have
 dealt with this before.  I know it has to do with how the libraries are
 being linked but everything I have read online has given me a mixed
picture
 of what I need to do.
 Thanks

 Newell

Eric

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] libtool/gcc iproblems

2006-12-12 Thread Eric Blossom
On Tue, Dec 12, 2006 at 10:38:00AM -0800, Newell Jensen wrote:
 Eric,
 
 This is what the shell outputs:

You're on SuSE right?  Which version?


 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -qf /usr/lib64/libstdc++.la
 error: file /usr/lib64/libstdc++.la: No such file or directory
 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++-devel
 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++41
 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++41-devel
 
 That is why this is not making sense to me.  I have 'all' the libstdc++
 dependencies installed via YAST.  I have the following packages installed
 via YAST:
 
 compat-libstdc++
 libstdc++41
 libstdc++41-32bit
 libstdc++41-devel
 libstdc++41-devel-32bit
 libstdc++-devel
 
 Newell
 
 
 On 12/12/06, Eric Blossom [EMAIL PROTECTED] wrote:
 
 On Tue, Dec 12, 2006 at 01:23:07AM -0800, Newell Jensen wrote:
  I thought I would shot this out over the list to see if anyone has dealt
  with this.  I was able to build gnuradio and when I went to run make in
  gnuradio-core I ran into this:
 
  libtool: link: warning:
  `/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64//libfftw3f.la'
  seems to be moved
  grep: /usr/lib64/libstdc++.la: No such file or directory
 
 /usr/lib64/libstdc++.la _should_ be there.
 It comes from the libstdc++-devel package.  Is that package installed?
 
 On my SuSE 10.1 system:
 
 [EMAIL PROTECTED] dl]$ rpm -qf /usr/lib64/libstdc++.la
 libstdc++-devel-4.1.0-25
 
  I have all the dependencies installed so I was hoping someone might have
  dealt with this before.  I know it has to do with how the libraries are
  being linked but everything I have read online has given me a mixed
 picture
  of what I need to do.
  Thanks
 
  Newell
 
 Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] libtool/gcc iproblems

2006-12-12 Thread Newell Jensen

I just built a new system with SuSE 10.2.

On 12/12/06, Eric Blossom [EMAIL PROTECTED] wrote:


On Tue, Dec 12, 2006 at 10:38:00AM -0800, Newell Jensen wrote:
 Eric,

 This is what the shell outputs:

You're on SuSE right?  Which version?


 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -qf
/usr/lib64/libstdc++.la
 error: file /usr/lib64/libstdc++.la: No such file or directory
 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++-devel
 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++41
 [EMAIL PROTECTED]:~/gnuradio/gnuradio-core rpm -V libstdc++41-devel

 That is why this is not making sense to me.  I have 'all' the libstdc++
 dependencies installed via YAST.  I have the following packages
installed
 via YAST:

 compat-libstdc++
 libstdc++41
 libstdc++41-32bit
 libstdc++41-devel
 libstdc++41-devel-32bit
 libstdc++-devel

 Newell


 On 12/12/06, Eric Blossom [EMAIL PROTECTED] wrote:
 
 On Tue, Dec 12, 2006 at 01:23:07AM -0800, Newell Jensen wrote:
  I thought I would shot this out over the list to see if anyone has
dealt
  with this.  I was able to build gnuradio and when I went to run make
in
  gnuradio-core I ran into this:
 
  libtool: link: warning:
 
`/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64//libfftw3f.la'
  seems to be moved
  grep: /usr/lib64/libstdc++.la: No such file or directory
 
 /usr/lib64/libstdc++.la _should_ be there.
 It comes from the libstdc++-devel package.  Is that package installed?
 
 On my SuSE 10.1 system:
 
 [EMAIL PROTECTED] dl]$ rpm -qf /usr/lib64/libstdc++.la
 libstdc++-devel-4.1.0-25
 
  I have all the dependencies installed so I was hoping someone might
have
  dealt with this before.  I know it has to do with how the libraries
are
  being linked but everything I have read online has given me a mixed
 picture
  of what I need to do.
  Thanks
 
  Newell
 
 Eric

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio