reqest for sponsor:libgsm, plucker and tela

2001-03-05 Thread Mikael Hedin
/%7emicce/ debian/ TIA, Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22]

some good advice for using cvs-buildpackage

2001-03-13 Thread Mikael Hedin
(Make)files, and the they get into the .diff.gz, even though they could (and hence should) be left out. TIA, Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gp

Re: some good advice for using cvs-buildpackage

2001-03-14 Thread Mikael Hedin
ot;cvs delete Makefile", or make shure "make clean" takes the Makefile away, either way there is no Makefile when building the .diff.gz, and that's wat we want. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home

Re: some good advice for using cvs-buildpackage

2001-03-16 Thread Mikael Hedin
Aha, now I think I get it: I used cvs-inject *.dsc. While making that package, I did not make distclean in rules, hence I got the Makefile in cvs... /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28

Compiled pyton files for all arch?

2001-04-04 Thread Mikael Hedin
e:any package instead, am I right? Anyone want to confirm, or test it? TIA, Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB

[Mikael Hedin ] Re: official debian logo on visiting card

2001-06-29 Thread Mikael Hedin
--- Begin Message --- Have a look at www.d.o/devel/misc/, and use the tex-file if you want. It's called 'business card' in english. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA

Patch problem -- always fuzzy?

2001-07-05 Thread Mikael Hedin
/tmp/micce$cd tela-1.32/ /tmp/micce/tela-1.32$diff -u doc/usrguide-7.html ~/debian/cvsdeb/tela/doc/usrguide-7.html > ../mydiff /tmp/micce/tela-1.32$patch -p0 < ../mydiff patching file doc/usrguide-7.html Hunk #1 succeeded at 59 with fuzz 1. /tmp/micce/tela-1.32$ TIA, Micce -- Mikael

Re: Patch problem -- always fuzzy?

2001-07-11 Thread Mikael Hedin
the package invalid? -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22]

Problems with dynamic linking in tela

2001-08-02 Thread Mikael Hedin
__FR7ostreamRC7Tobject Warning from C-function 'link': Cannot link-load file. >71 instructions, 0 arithmetic ops. 0.00079 MIPS, 0 MFLOPS. ~/tmp$ -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22]

Re: binary addition in the debian .diff.gz

2002-03-06 Thread Mikael Hedin
You could add the .ps instead. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22]

[C++] popen and ofstream(int) with g++ 3.0

2002-03-06 Thread Mikael Hedin
=theHT.first(); p; p=theHT.next()) {TObjectPtr objptr = p->value(); if (objptr) { Tkind k = objptr->kind(); -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 K

Re: [C++] popen and ofstream(int) with g++ 3.0

2002-03-18 Thread Mikael Hedin
Missed this one until today. Thanks, that was useful I think. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26

How to upgrade a conflicting package

2002-08-02 Thread Mikael Hedin
alling liba52-0.7.4-dev Errors were encountered while processing: debian/UPLOAD/a52dec/liba52-0.7.4-dev_0.7.4-1_i386.deb zodiac:/home/micce# How should this be handled? Is is unavoidable that liba52-0.7.3-dev is first removed? TIA, Micce -- Mikael Hedin, MSc +46 (0)8 344979 (home) +46 (

What is libg2c.a? And why do I have to link to it?

2002-08-14 Thread Mikael Hedin
(blas,ddot_) AC_CHECK_LIB(lapack,sspsv_) dnl this succeeds for lapack AC_CHECK_LIB(m, pow) AC_CHECK_LIB(blas,ddot_) AC_CHECK_LIB(lapack,sspsv_,,,-lg2c) TIA, Micce -- Mikael Hedin, MSc +46 (0)8 344979 (home) +46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3

Re: What is libg2c.a? And why do I have to link to it?

2002-08-22 Thread Mikael Hedin
does not 'ldd libblas.so' show libg2c and libm? /Micce -- Mikael Hedin, MSc +46 (0)8 344979 (home) +46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22]

reqest for sponsor:libgsm, plucker and tela

2001-03-05 Thread Mikael Hedin
/%7emicce/ debian/ TIA, Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22] --

some good advice for using cvs-buildpackage

2001-03-13 Thread Mikael Hedin
(Make)files, and the they get into the .diff.gz, even though they could (and hence should) be left out. TIA, Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gp

Re: some good advice for using cvs-buildpackage

2001-03-14 Thread Mikael Hedin
ot;cvs delete Makefile", or make shure "make clean" takes the Makefile away, either way there is no Makefile when building the .diff.gz, and that's wat we want. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (h

Re: some good advice for using cvs-buildpackage

2001-03-16 Thread Mikael Hedin
Aha, now I think I get it: I used cvs-inject *.dsc. While making that package, I did not make distclean in rules, hence I got the Makefile in cvs... /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28

Compiled pyton files for all arch?

2001-04-04 Thread Mikael Hedin
e:any package instead, am I right? Anyone want to confirm, or test it? TIA, Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB

[Mikael Hedin ] Re: official debian logo on visiting card

2001-06-29 Thread Mikael Hedin
Have a look at www.d.o/devel/misc/, and use the tex-file if you want. It's called 'business card' in english. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70

Patch problem -- always fuzzy?

2001-07-05 Thread Mikael Hedin
.orig.tar.gz /tmp/micce$cd tela-1.32/ /tmp/micce/tela-1.32$diff -u doc/usrguide-7.html ~/debian/cvsdeb/tela/doc/usrguide-7.html > ../mydiff /tmp/micce/tela-1.32$patch -p0 < ../mydiff patching file doc/usrguide-7.html Hunk #1 succeeded at 59 with fuzz 1. /tmp/micce/tela-1.32$ TIA, Micce -- Mikael

Re: Patch problem -- always fuzzy?

2001-07-11 Thread Mikael Hedin
and make the package invalid? -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22] -- To UNSUBSCR

Problems with dynamic linking in tela

2001-08-02 Thread Mikael Hedin
__FR7ostreamRC7Tobject Warning from C-function 'link': Cannot link-load file. >71 instructions, 0 arithmetic ops. 0.00079 MIPS, 0 MFLOPS. ~/tmp$ -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KI

Re: binary addition in the debian .diff.gz

2002-03-06 Thread Mikael Hedin
You could add the .ps instead. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3 C01B 2A22

[C++] popen and ofstream(int) with g++ 3.0

2002-03-06 Thread Mikael Hedin
=theHT.first(); p; p=theHT.next()) {TObjectPtr objptr = p->value(); if (objptr) { Tkind k = objptr->kind(); -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 K

Re: [C++] popen and ofstream(int) with g++ 3.0

2002-03-18 Thread Mikael Hedin
Missed this one until today. Thanks, that was useful I think. /Micce -- Mikael Hedin, MSc +46 (0)980 79176 Swedish Institute of Space Physics +46 (0)8 344979 (home) Box 812, S-981 28 KIRUNA, Sweden+46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26

How to upgrade a conflicting package

2002-08-02 Thread Mikael Hedin
alling liba52-0.7.4-dev Errors were encountered while processing: debian/UPLOAD/a52dec/liba52-0.7.4-dev_0.7.4-1_i386.deb zodiac:/home/micce# How should this be handled? Is is unavoidable that liba52-0.7.3-dev is first removed? TIA, Micce -- Mikael Hedin, MSc +46 (0)8 344979 (home) +46 (

What is libg2c.a? And why do I have to link to it?

2002-08-14 Thread Mikael Hedin
(blas,ddot_) AC_CHECK_LIB(lapack,sspsv_) dnl this succeeds for lapack AC_CHECK_LIB(m, pow) AC_CHECK_LIB(blas,ddot_) AC_CHECK_LIB(lapack,sspsv_,,,-lg2c) TIA, Micce -- Mikael Hedin, MSc +46 (0)8 344979 (home) +46 (0)70 5891533 (mobile) [gpg key fingerprint = 387F A8DB DC2A 50E3 FE26 30C4 5793 29D3