Hi
I would like to know how the readline libraries
included in the following packages were compiled
and archived.
readline-5.0-1.2.i586.rpm
readline-devlevel-5.0-12.i586.rpm
Is there any way to know the compile option of
there libraries?
Thanks
ST
Can anyone help w/ advice on using the standard C++ locale capability to
print currency symbols?
I'm using a standard SuSE setup and compiling and running c++ code,
using g++ from a shell. In a few simple experiments, I have mixed
results in printing the UK pound sterling symbol w/ an English locale
(this is OK); the euro symbol w/ a German locale (the character shown is
not the euro symbol); and poor results trying to show the Yen symbol w/
a Japanese locale (nothing, or a string ending w/ a Yen symbol,
depending on the precise locale used, IIRC).
It could well be that there is a fault in my c++ code; but what I
suspect most is that I should be using non-default fonts (possibly
Unicode, with wide character handling in the c++) for at least some of
these currency symbols. I'm sufficiently a newbie to Linux and SuSE
that I don't know the best (or any) way to change the font in my default
shell, and/or for file handling. (Or any aspects of differences between
fonts used to display input from the keyboard, and standard output.)
So, can anyone offer useful advice on these issues, or point me at
suitable material? TIA.
--
Alec Ross
hallo,
there is any shell command that compress and split a big sized file into
many smaller compressed files
for example a data file (file.data) with the size of 15 Mega bytes will
compressed (by tar command for example) and divided to many smaller files of
3 mega each file (file.data1.zip, file.data2.zip .... ), because i have to
email those files as attachments.
PS: I would like that the zipped files will be recognized and gathered by
windows too (like Win-rare tool)..
thanks!!
_________________________________________________________________
MSN® Calendar keeps you organized and takes the effort out of scheduling
get-togethers.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=ht…
Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
Its a reproduction of this bug
http://sources.redhat.com/bugzilla/show_bug.cgi?id=801
I was wondering if anyone else has noticed that, or come across the
same problem.
I wonder when Suse will release a fix for it.
Sid
Hi,
I am trying to statically link an application we develop and I am getting
a lot of warnings by linking:
/usr/lib/qt3/lib/libqt.a(qfileinfo_unix.o)(.text+0x52a): In function
`QFileInfo::group() const':
: warning: Using 'getgrgid' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/lib/qt3/lib/libqt.a(qfiledialog.o)(.text+0x8c27): In function
`QFileDialog::setDir(QString const&)':
: warning: Using 'getpwnam' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/lib/qt3/lib/libqt.a(qapplication_x11.o)(.text+0x16e9): In function
`sm_performSaveYourself(QSessionManagerData*)':
: warning: Using 'getpwuid' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/X11R6/lib/libX11.a(GetDflt.o)(.text+0x9a): In function `GetHomeDir':
: warning: Using 'getpwnam_r' in statically linked applications requires
at runtime the shared libraries from the glibc version used for linking
/usr/X11R6/lib/libX11.a(GetDflt.o)(.text+0xea): In function `GetHomeDir':
: warning: Using 'getpwuid_r' in statically linked applications requires
at runtime the shared libraries from the glibc version used for linking
/usr/X11R6/lib/libICE.a(transport.o)(.text+0x51b): In function
`_IceTransSocketOpen':
: warning: Using 'getaddrinfo' in statically linked applications requires
at runtime the shared libraries from the glibc version used for linking
/usr/X11R6/lib/libICE.a(transport.o)(.text+0x2b02): In function
`_IceTransGetPeerNetworkId':
: warning: Using 'gethostbyaddr' in statically linked applications
requires at runtime the shared libraries from the glibc version used for
linking
/usr/X11R6/lib/libICE.a(transport.o)(.text+0x326a): In function
`_IceTransSocketINETConnect':
: warning: Using 'gethostbyname' in statically linked applications
requires at runtime the shared libraries from the glibc version used for
linking
/usr/X11R6/lib/libICE.a(transport.o)(.text+0x183a): In function
`_IceTransSocketINETCreateListener':
: warning: Using 'getservbyname' in statically linked applications
requires at runtime the shared libraries from the glibc version used for
linking
collect2: ld returned 1 exit status
make[2]: *** [crysvun] Error 1
This happens on an up-to-date SuSE Linux 9.3. (i686)
Any help will be appreciated.
Regards,
G. Ardelean.
I'm trying to get an overview of elf, and I'm not sure what I should be
looking at. For example, I found this on the net:
http://ou800doc.caldera.com/en/man/html.3elf/Intro.3elf.html
I don't, however, see anything similar in the SuSE-provided documentation. I
just installed libelf, but I'm not sure what this will do for me. `man elf'
provides documentation for the elf.h file.
What's a good source for learning about elf?
--
Regards,
Steven
>
> Do you have the static library of qt installed? Only then you can do this....
>
rpm -qa |grep qt
qt3-3.3.4-11.3
qt3-non-mt-3.3.4-11
gtk-qt-engine-0.6cvs20050229-4
qt3-man-3.3.4-11
avifile-qt-0.7.41-3
qt3-devel-doc-3.3.4-11
qt3-devel-3.3.4-11
qt3-devel-tools-3.3.4-11
qt3-extensions-3.3.4-11
qt3-static-3.3.4-11 <===
If you look closely you can see that the problem is also in libX11.a and
libICE.a
all of them are installed:
ls -l /usr/lib/libqt3/lib/*.a
-rwxr-xr-x 1 root root 13759760 2005-03-22 20:02 libqt.a
-rwxr-xr-x 1 root root 13926306 2005-03-22 20:38 libqt-mt.a
-rw-r--r-- 1 root root 397132 2005-03-22 19:27 libqassistantclient.a
ls -l /usr/X11/lib/libICE.a
-rw-r--r-- 1 root root 115944 2005-03-22 18:28 /usr/X11/lib/libICE.a
ls -l /usr/X11/lib/libX11*.a
-rw-r--r-- 1 root root 1617952 2005-03-22 18:28 /usr/X11/lib/libX11.a
Regards,
Johny.
Hi,
I'm using KDevelop 3.2.1 under KDE 3.4.1 on Suse 9.3 for x86-64
(installed from supplementary Suse rpms). Fairly frequently Kdevelop
crashes when closing multiple files via the "Window-Close All" (see
stack trace below) or via "Project->Close Project" or even when
switching tabs beween open files. The same used to happen on Suse 9.1
and 9.2 for i386 and x86-64.
There are several bug reports for this and very similar issues,
http://bugs.kde.org/show_bug.cgi?id=95245,
http://bugs.kde.org/show_bug.cgi?id=89278) and the according to kdevelop
developers, all these crashes are caused by a QT patch that SuSE is using.
I was wondering if anyone at SuSE could have a look at this issue - as
this patch is clearly causing a lot of grief to many people.
Regards,
Vadym
(no debugging symbols found)
Using host libthread_db library "/lib64/tls/libthread_db.so.1".
(no debugging symbols found)
...
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912585859296 (LWP 30807)]
[New Thread 1082132832 (LWP 30879)]
[Thread debugging using libthread_db enabled]
[New Thread 46912585859296 (LWP 30807)]
[New Thread 1082132832 (LWP 30879)]
[Thread debugging using libthread_db enabled]
[New Thread 46912585859296 (LWP 30807)]
[New Thread 1082132832 (LWP 30879)]
[KCrash handler]
#3 0x00002aaaac0234f3 in QFont::QFont ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#4 0x00002aaab25a6626 in QXIMInputContext::setMicroFocus ()
from /usr/lib/qt3/plugins/inputmethods/libqxim.lib64.so
#5 0x00002aaab2270994 in QMultiInputContext::setMicroFocus ()
from /usr/lib/qt3/plugins/inputmethods/libqimsw-multi.lib64.so
#6 0x00002aaaabfe2c46 in QWidget::setMicroFocusHint ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#7 0x00002aaab6a219c9 in TEWidget::setCursorPos ()
from /opt/kde3/lib64/kde3/libkonsolepart.so
#8 0x00002aaab6a27bd0 in TEmulation::showBulk ()
from /opt/kde3/lib64/kde3/libkonsolepart.so
#9 0x00002aaab6a281bb in TEmulation::qt_invoke ()
from /opt/kde3/lib64/kde3/libkonsolepart.so
#10 0x00002aaab6a2830a in TEmuVt102::qt_invoke ()
from /opt/kde3/lib64/kde3/libkonsolepart.so
#11 0x00002aaaac0655b9 in QObject::activate_signal ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#12 0x00002aaaac065c58 in QObject::activate_signal ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#13 0x00002aaaac341624 in QTimer::timeout ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#14 0x00002aaaac084fb5 in QTimer::event ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#15 0x00002aaaac00d8bd in QApplication::internalNotify ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#16 0x00002aaaac00f1ee in QApplication::notify ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#17 0x00002aaaaba0849c in KApplication::notify ()
from /opt/kde3/lib64/libkdecore.so.4
#18 0x00002aaaac00380c in QEventLoop::activateTimers ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#19 0x00002aaaabfc5ab8 in QEventLoop::processEvents ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#20 0x00002aaaac022f81 in QEventLoop::enterLoop ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#21 0x00002aaaac022df2 in QEventLoop::exec ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#22 0x00002aaaac00f105 in QApplication::exec ()
from /usr/lib/qt3/lib64//libqt-mt.so.3
#23 0x0000000000407d9d in ?? ()
#24 0x00002aaaac84054a in __libc_start_main () from /lib64/tls/libc.so.6
#25 0x00000000004075da in ?? ()
...
#937 0x0000000000000000 in ?? ()
--
Regards,
Vadym Krevs
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Next Release
is that SLES 9 SP3 or SLES 10?
-----Original Message-----
From: Marcus Meissner [mailto:meissner@suse.de]
Sent: Thursday, July 21, 2005 11:12 PM
To: Steven T. Hatton
Cc: Suse Programming List
Subject: Re: [suse-programming-e] GCC 4: when will it be default?
On Fri, Jul 22, 2005 at 01:59:27AM -0400, Steven T. Hatton wrote:
> I don't know if this will make it past the gatekeeper with the
attachment.
> It's a small html file with a table of running some performance
> measurements on GCC 3.3.5 and GCC 4.0.1.
>
> You can find both a document discussing the tests, and the code at
this URL:
> http://www.open-std.org/JTC1/SC22/WG21/docs/projects
> Look for: PDTR: JTC1.22.18015 ISO/IEC TR 18015 - C++ Performance
> -program examples
gcc4 will be default with the next SUSE release.
Your attachment got lost ;)
Ciao, Marcus
I don't know if this will make it past the gatekeeper with the attachment.
It's a small html file with a table of running some performance measurements
on GCC 3.3.5 and GCC 4.0.1.
You can find both a document discussing the tests, and the code at this URL:
http://www.open-std.org/JTC1/SC22/WG21/docs/projects
Look for: PDTR: JTC1.22.18015 ISO/IEC TR 18015 - C++ Performance -program
examples
--
Regards,
Steven