You can subscribe to this list here.
2001 |
Jan
|
Feb
(51) |
Mar
(85) |
Apr
(93) |
May
(55) |
Jun
(52) |
Jul
(36) |
Aug
(31) |
Sep
(62) |
Oct
(55) |
Nov
(10) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(51) |
Feb
(86) |
Mar
(61) |
Apr
(83) |
May
(51) |
Jun
(35) |
Jul
(73) |
Aug
(70) |
Sep
(40) |
Oct
(46) |
Nov
(75) |
Dec
(26) |
2003 |
Jan
(36) |
Feb
(43) |
Mar
(27) |
Apr
(95) |
May
(43) |
Jun
(18) |
Jul
(9) |
Aug
(14) |
Sep
(27) |
Oct
(31) |
Nov
(33) |
Dec
(10) |
2004 |
Jan
(40) |
Feb
(19) |
Mar
(31) |
Apr
(8) |
May
(22) |
Jun
(45) |
Jul
(27) |
Aug
(38) |
Sep
(8) |
Oct
(26) |
Nov
(31) |
Dec
(20) |
2005 |
Jan
(9) |
Feb
(7) |
Mar
(16) |
Apr
(6) |
May
(10) |
Jun
(9) |
Jul
(1) |
Aug
(10) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
|
2006 |
Jan
(3) |
Feb
(10) |
Mar
(9) |
Apr
(11) |
May
(12) |
Jun
(15) |
Jul
(22) |
Aug
(9) |
Sep
(8) |
Oct
(13) |
Nov
(6) |
Dec
(7) |
2007 |
Jan
(8) |
Feb
(3) |
Mar
(8) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(16) |
Aug
(4) |
Sep
(1) |
Oct
(6) |
Nov
(3) |
Dec
(5) |
2008 |
Jan
(12) |
Feb
(9) |
Mar
(8) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(16) |
Nov
(2) |
Dec
|
2009 |
Jan
(3) |
Feb
(1) |
Mar
(5) |
Apr
(2) |
May
(5) |
Jun
(16) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Amilcar A. <aaz...@re...> - 2004-01-28 19:38:17
|
I'm trying to install the rpm package manager following the instructions on=20 http://www-1.ibm.com/servers/aix/products/aixos/linux/altlic.html and get a core dump when I run the installp on aix 4.3 =20 _________________________________________________________________ Amilcar C. Azevedo E-mail:ami...@re... =20 ReGenerating Solutions Inc. Phone: 1-203-331-9300 ext.305 1375 Kings Highway East Fairfield CT 06430 Web: www.regen.com _________________________________________________________________=20 =20 |
From: David C. <cl...@au...> - 2004-01-28 00:27:11
|
Yes -- you can find the GNU date command in the "sh-utils" package: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/sh-utils/sh-utils-2.0-10.aix5.1.ppc.rpm Or if you are still on 4.3.3: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/sh-utils/sh-utils-2.0-10.aix4.3.ppc.rpm Because it has the same name as the native AIX date command, you can invoke it as /usr/linux/bin/date or /opt/freeware/bin/date or set your path to find that version before /usr/bin or /bin. On Tue, Jan 27, 2004 at 03:07:52PM -0600, Westphal, Raymond W wrote: > Hello AIXers! > > I was looking through Google AIX group for a Perl script to display > epoch time. I found reference to a GNU version of date. > > To find epoch time: > > $ perl -e 'print time()' > > To find time so far ago or in the future via actual passed seconds > (86400 seconds a day). Calculating a DAY to be 86400 seconds works > most of the time, but there are times it breaks (daylight savings, etc). > A more robust applicatoin would be GNU date. > > $ perl -e 'print $time = (localtime (time + (86400 * -1))),"\n";' > # ^ -1 day (past) > # Pos = future > # Neg = past > > OR > > Try GNU date... it does exactly what your asking w/out converting back > and forth > > /pub/gnu/bin/date -d "30 days ago" > using different output options (%s say) gives you epoch, > > as one would expect, the GNU version is much more robust than the > base OS version; > > Is the GNU date included in any of your GNU utilities? > > Thanks in advance! > > Ray Westphal. -- David Clissold cl...@au... |
From: Westphal, R. W <Ray...@er...> - 2004-01-28 00:07:59
|
Hello AIXers! =20 I was looking through Google AIX group for a Perl script to display epoch time. I found reference to a GNU version of date. =20 To find epoch time: $ perl -e 'print time()' To find time so far ago or in the future via actual passed seconds (86400 seconds a day). Calculating a DAY to be 86400 seconds works=20 most of the time, but there are times it breaks (daylight savings, etc). A more robust applicatoin would be GNU date. $ perl -e 'print $time =3D (localtime (time + (86400 * -1))),"\n";' # ^ -1 day (past) # Pos =3D future # Neg =3D past =20 OR =20 Try GNU date... it does exactly what your asking w/out converting back and forth /pub/gnu/bin/date -d "30 days ago" using different output options (%s say) gives you epoch,=20 as one would expect, the GNU version is much more robust than the base OS version; Is the GNU date included in any of your GNU utilities? =20 Thanks in advance! =20 Ray Westphal. |
From: Philip K W. <pk...@us...> - 2004-01-23 19:34:36
|
There is a new build which is compiled without XPrint support: http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/mozilla-powerpc-ibm-aix4.3.3.0-1.6-noXp.tar.gz This should remove the dependency on libXp.a. --- Philip K. Warren pk...@us... Phone: 512.838.8924 T/L 678.8924 Philip K Warren/Austin/IBM@IBMUS Sent by: aix...@ww... 01/22/2004 10:34 AM To aix...@ww... cc Subject Re: [tbox-l] Mozilla 1.6 It looks like the latest Mozilla builds are built with Xprint support enabled. AIX began shipping libXp.a with AIX 5.2, but it is also shipped with the supported Mozilla installp image on AIX. What you can do as a temporary workaround is to download the official Mozilla 1.4.1 installp image from this location: http://www14.software.ibm.com/webapp/download/preconfig.jsp?id=2003-08-04+09%3A07%3A04.160109R&S_TACT=TrialsAndBetas&S_CMP=&s= Once you have downloaded the image, you can either install it or use the 'restore' command to extract the files contained in the image. Copy the libXp.a library to /usr/lib or within the directory where you unpacked Mozilla 1.6 and everything should start up properly. I will forward on your feedback to the person who is building the mozilla.org AIX builds. --- Philip K. Warren pk...@us... Phone: 512.838.8924 T/L 678.8924 Ralf Utermann <Ral...@Ph...> Sent by: aix...@ww... 01/22/2004 08:00 AM To aix...@ww... cc Subject [tbox-l] Mozilla 1.6 Hi, anybody already tried the newest Mozilla Release 1.6 for AIX? I tried the 433 tar.gz http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/mozilla-powerpc-ibm-aix4.3.3.0-1.6.tar.gz and I get the error: nsNativeComponentLoader: GetFactory(libgfx_gtk.so) Load FAILED with error: A file or directory in the path name does not exist. The 1.5 release did run without problems on my AIX433/Toolbox-KDE-2.2 machine. One diff I saw with mozilla/components/libgfx_gtk.so in the new mozilla-1.6 is, that if I do dump -H, it lists one library that the libgfx_gtk.so from 1.5 did not show: libXp.a But I never saw this one on AIX. Is it in any Toolbox package? It can't possibly have something to do with KDE22 vs. KDE3? Any idea? Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 _______________________________________________ aixtoolbox-list mailing list aix...@ww... http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list _______________________________________________ aixtoolbox-list mailing list aix...@ww... http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list |
From: Philip K W. <pk...@us...> - 2004-01-22 19:34:08
|
It looks like the latest Mozilla builds are built with Xprint support enabled. AIX began shipping libXp.a with AIX 5.2, but it is also shipped with the supported Mozilla installp image on AIX. What you can do as a temporary workaround is to download the official Mozilla 1.4.1 installp image from this location: http://www14.software.ibm.com/webapp/download/preconfig.jsp?id=2003-08-04+09%3A07%3A04.160109R&S_TACT=TrialsAndBetas&S_CMP=&s= Once you have downloaded the image, you can either install it or use the 'restore' command to extract the files contained in the image. Copy the libXp.a library to /usr/lib or within the directory where you unpacked Mozilla 1.6 and everything should start up properly. I will forward on your feedback to the person who is building the mozilla.org AIX builds. --- Philip K. Warren pk...@us... Phone: 512.838.8924 T/L 678.8924 Ralf Utermann <Ral...@Ph...> Sent by: aix...@ww... 01/22/2004 08:00 AM To aix...@ww... cc Subject [tbox-l] Mozilla 1.6 Hi, anybody already tried the newest Mozilla Release 1.6 for AIX? I tried the 433 tar.gz http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/mozilla-powerpc-ibm-aix4.3.3.0-1.6.tar.gz and I get the error: nsNativeComponentLoader: GetFactory(libgfx_gtk.so) Load FAILED with error: A file or directory in the path name does not exist. The 1.5 release did run without problems on my AIX433/Toolbox-KDE-2.2 machine. One diff I saw with mozilla/components/libgfx_gtk.so in the new mozilla-1.6 is, that if I do dump -H, it lists one library that the libgfx_gtk.so from 1.5 did not show: libXp.a But I never saw this one on AIX. Is it in any Toolbox package? It can't possibly have something to do with KDE22 vs. KDE3? Any idea? Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 _______________________________________________ aixtoolbox-list mailing list aix...@ww... http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list |
From: Ralf U. <Ral...@Ph...> - 2004-01-22 17:00:44
|
Hi, anybody already tried the newest Mozilla Release 1.6 for AIX? I tried the 433 tar.gz http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/mozilla-powerpc-ibm-aix4.3.3.0-1.6.tar.gz and I get the error: nsNativeComponentLoader: GetFactory(libgfx_gtk.so) Load FAILED with error: A file or directory in the path name does not exist. The 1.5 release did run without problems on my AIX433/Toolbox-KDE-2.2 machine. One diff I saw with mozilla/components/libgfx_gtk.so in the new mozilla-1.6 is, that if I do dump -H, it lists one library that the libgfx_gtk.so from 1.5 did not show: libXp.a But I never saw this one on AIX. Is it in any Toolbox package? It can't possibly have something to do with KDE22 vs. KDE3? Any idea? Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 |
From: David C. <cl...@au...> - 2004-01-22 02:59:34
|
NOTE: These packages are built for AIX 5.1 and higher. AIX 4.3.3 users are encouraged to update to AIX 5.1 or 5.2. Future Toolbox package updates will be built on AIX 5.1. No further Toolbox images will be built for AIX 4.3.3. (There are no plans to remove existing 4.3.3 rpm images from the FTP site anytime in the near future, however.) ---------------- New versions of tcpdump and libpcap are available: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/tcpdump/tcpdump-3.8.1-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libpcap/libpcap-0.8.1-1.aix5.1.ppc.rpm These updates are in response to CERT "denial-of-service" reports for tcpdump: http://www.kb.cert.org/vuls/id/738518 http://www.kb.cert.org/vuls/id/174086 http://www.kb.cert.org/vuls/id/955526 The first of which is resolved by the update to 3.8.1, and the other two of which are minor patches added to 3.8.1 (and are included in this new Toolbox image). Actually, because tcpdump links statically with libpcap at build time, you do not need libpcap if you only want tcpdump. ---------------- Descriptions : Tcpdump is a network analysis tool. Libpcap is a library for packet capture and playback. It is used by several other network analysis tools such as tcpdump and ethereal. libpcap requires the installation of the bos.net.tcp.server fileset on AIX. |
From: David C. <cl...@au...> - 2004-01-21 21:12:33
|
You can find g++ in the Toolbox. You may want to install the "app-dev" application development bundle of toolbox packages, which includes gcc, g++, GNU make, and a few other basic development utilities. It looks like HTMLDOC is a typical "configure; make" type of package. What I do is set my path to PATH=/usr/linux/bin:$PATH which ensures the Toolbox GNU utilites are used (for example, the GNU make command instead of the native AIX make command). Then after unpacking the source and going into the source directory, you run: $ ./configure $ make And if all goes well, the build completes; if something goes wrong, it's pretty much a case-by-case investigation of what error occured. If you have problems getting started with this, you can of course post more questions to this list. If you run into problems specific to this application itself, another source of help would be their own htmldoc news groups; I see an "htmldoc.general" at http://www.easysw.com/espnews.php. I will add "htmldoc" to our request list; however, because of legal issues over distributing open source code, it unlikely to be added anytime soon (if at all). Because of this, building the binaries yourself is the best option. On Wed, Jan 21, 2004 at 05:37:56PM +0100, Stephan Böni wrote: > Hello IBM Toolbox Support > > I'm interested on HTMLDOC as rpm-binary file. It is possible to add this > utility to your toolbox? You can download the source code (GPL) from > http://www.easysw.com/htmldoc/software.php. I've tryed to compile this on my > AIX 5.2 system, but there is a problem finding g++. I hope you have more > chances. > > HTMLDOC is a program to generate PS oder PDF documents from HTML- or > text-files. It's very useful and easy to use. > > Thanks > Stephan > -- David Clissold cl...@au... |
From: <sb...@bp...> - 2004-01-21 19:38:09
|
Hello IBM Toolbox Support I'm interested on HTMLDOC as rpm-binary file. It is possible to add this utility to your toolbox? You can download the source code (GPL) from http://www.easysw.com/htmldoc/software.php. I've tryed to compile this on my AIX 5.2 system, but there is a problem finding g++. I hope you have more chances. HTMLDOC is a program to generate PS oder PDF documents from HTML- or text-files. It's very useful and easy to use. Thanks Stephan |
From: Ralf U. <Ral...@Ph...> - 2004-01-15 11:25:24
|
On Wed, Jan 14, 2004 at 04:45:33PM +0100, Ema...@te... wrote: > There is no entry in /etc/inittab containing load64bit. The only solution then start smitty load64bit and enable the 64bit application environment. Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 |
From: <Ema...@te...> - 2004-01-14 18:45:55
|
There is no entry in /etc/inittab containing load64bit. The only solution up to now was to link bind64 to bind :-) so only bind could be called. Thanks for help Emanuel David Clissold <cl...@au...> 13.01.2004 22:00 An: "J.Smith" <lba...@ho...> Kopie: Ema...@te..., aix...@ww... Thema: Re: Antwort: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with gcc-2.9.aix51.020209-4 I agree that this isn't something to be solved by any compiler modification. I would go back to Ralf's suggestion to uncomment load64bit:2:wait:/etc/methods/cfg64 from your inittab file. This simply allows 64-bit executables to run; meanwhile your program can still be compiled and executed as a 32-bit executable. The "bind64" is actually the default binder (back-end to the 'ld' command) if you are running on a 64-bit machine. The distinction is that "bind64" itself is a 64-bit executable, but it can be used to create either 32-bit or 64-bit executables, whichever you requested. It will create 32-bit executables by default. Normally you don't even pay any attention to 'bind' (or 'bind64') because ld runs it for you. However, if you really don't want to allow 64-bit executables to run, you could override the default binder. When you do your compile, whether it is with gcc or cc, add LDFLAGS="-Wl,-bbinder:/usr/ccs/bin/bind" to tell 'ld' to use the other bind backend. If you allow 64-bit binaries though, you wouldn't have to override this. On Wed, Jan 14, 2004 at 09:00:29AM +0100, J.Smith wrote: > > ----- Original Message ----- > From: <Ema...@te...> > > > > > > P.S. I tried to edit the specs file under: > > > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe > cs > > but doesn't work! > > > > Ok, I know this is going to sound REALLY silly, but ... > > Arent you supposed to just be editing the Makefile of the program that you > are trying to compile here, instead of editing the spec file of the GCC > source RPM itself? > > > PS: > Please keep the replys on the list, thanks. > > ----- Original Message ----- > From: <Ema...@te...> > To: "J. Smith" <lba...@ho...> > Sent: Tuesday, January 13, 2004 5:18 PM > Subject: Antwort: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix > 5.2 with gcc-2.9.aix51.020209-4 > > > > Sorry, > > > > doesn't work :-( > > > > Still some ideas? > > > > Greetings > > > > Emanuel > > > > P.S. I tried to edit the specs file under: > > > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe > cs > > but doesn't work! > > > > > > > > > > > > > > > > "J. Smith" <lba...@ho...> > > 13.01.2004 16:56 > > > > > > An: Ema...@te..., > Ral...@Ph... > > Kopie: aix...@os... > > Thema: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix > 5.2 with > > gcc-2.9.aix51.020209-4 > > > > > > > > > > > >Is there an other way to tell gcc to use the normal bind ? > > > > > > > I believe you might be looking for > > > > gcc -maix64 > > versus > > gcc -maix32 > > > > But I was always under the impression that the default for AIX/gcc was > > '-maix32' ... > > > > > > Oh well... > > > > _________________________________________________________________ > > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > > http://join.msn.com/?page=features/featuredemail > > > > > > > > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
From: <Ema...@te...> - 2004-01-14 09:36:46
|
Hello I have no makefile. I simply do: gcc world.c Oh, I didn't change the spec file of the RPM, I changed the specs file of gcc ( as far as I know the defaults for the gcc program are defined there) Emanuel "J.Smith" <lba...@ho...> 14.01.2004 09:00 An: <Ema...@te...> Kopie: <aix...@os...> Thema: Re: Antwort: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with gcc-2.9.aix51.020209-4 ----- Original Message ----- From: <Ema...@te...> > > P.S. I tried to edit the specs file under: > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe cs > but doesn't work! > Ok, I know this is going to sound REALLY silly, but ... Arent you supposed to just be editing the Makefile of the program that you are trying to compile here, instead of editing the spec file of the GCC source RPM itself? PS: Please keep the replys on the list, thanks. ----- Original Message ----- From: <Ema...@te...> To: "J. Smith" <lba...@ho...> Sent: Tuesday, January 13, 2004 5:18 PM Subject: Antwort: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with gcc-2.9.aix51.020209-4 > Sorry, > > doesn't work :-( > > Still some ideas? > > Greetings > > Emanuel > > P.S. I tried to edit the specs file under: > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe cs > but doesn't work! > > > > > > > > "J. Smith" <lba...@ho...> > 13.01.2004 16:56 > > > An: Ema...@te..., Ral...@Ph... > Kopie: aix...@os... > Thema: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with > gcc-2.9.aix51.020209-4 > > > > > > >Is there an other way to tell gcc to use the normal bind ? > > > > I believe you might be looking for > > gcc -maix64 > versus > gcc -maix32 > > But I was always under the impression that the default for AIX/gcc was > '-maix32' ... > > > Oh well... > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > > |
From: David C. <cl...@au...> - 2004-01-14 00:00:36
|
I agree that this isn't something to be solved by any compiler modification. I would go back to Ralf's suggestion to uncomment load64bit:2:wait:/etc/methods/cfg64 from your inittab file. This simply allows 64-bit executables to run; meanwhile your program can still be compiled and executed as a 32-bit executable. The "bind64" is actually the default binder (back-end to the 'ld' command) if you are running on a 64-bit machine. The distinction is that "bind64" itself is a 64-bit executable, but it can be used to create either 32-bit or 64-bit executables, whichever you requested. It will create 32-bit executables by default. Normally you don't even pay any attention to 'bind' (or 'bind64') because ld runs it for you. However, if you really don't want to allow 64-bit executables to run, you could override the default binder. When you do your compile, whether it is with gcc or cc, add LDFLAGS="-Wl,-bbinder:/usr/ccs/bin/bind" to tell 'ld' to use the other bind backend. If you allow 64-bit binaries though, you wouldn't have to override this. On Wed, Jan 14, 2004 at 09:00:29AM +0100, J.Smith wrote: > > ----- Original Message ----- > From: <Ema...@te...> > > > > > > P.S. I tried to edit the specs file under: > > > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe > cs > > but doesn't work! > > > > Ok, I know this is going to sound REALLY silly, but ... > > Arent you supposed to just be editing the Makefile of the program that you > are trying to compile here, instead of editing the spec file of the GCC > source RPM itself? > > > PS: > Please keep the replys on the list, thanks. > > ----- Original Message ----- > From: <Ema...@te...> > To: "J. Smith" <lba...@ho...> > Sent: Tuesday, January 13, 2004 5:18 PM > Subject: Antwort: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix > 5.2 with gcc-2.9.aix51.020209-4 > > > > Sorry, > > > > doesn't work :-( > > > > Still some ideas? > > > > Greetings > > > > Emanuel > > > > P.S. I tried to edit the specs file under: > > > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe > cs > > but doesn't work! > > > > > > > > > > > > > > > > "J. Smith" <lba...@ho...> > > 13.01.2004 16:56 > > > > > > An: Ema...@te..., > Ral...@Ph... > > Kopie: aix...@os... > > Thema: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix > 5.2 with > > gcc-2.9.aix51.020209-4 > > > > > > > > > > > >Is there an other way to tell gcc to use the normal bind ? > > > > > > > I believe you might be looking for > > > > gcc -maix64 > > versus > > gcc -maix32 > > > > But I was always under the impression that the default for AIX/gcc was > > '-maix32' ... > > > > > > Oh well... > > > > _________________________________________________________________ > > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > > http://join.msn.com/?page=features/featuredemail > > > > > > > > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
From: J.Smith <lba...@ho...> - 2004-01-13 23:00:12
|
----- Original Message ----- From: <Ema...@te...> > > P.S. I tried to edit the specs file under: > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe cs > but doesn't work! > Ok, I know this is going to sound REALLY silly, but ... Arent you supposed to just be editing the Makefile of the program that you are trying to compile here, instead of editing the spec file of the GCC source RPM itself? PS: Please keep the replys on the list, thanks. ----- Original Message ----- From: <Ema...@te...> To: "J. Smith" <lba...@ho...> Sent: Tuesday, January 13, 2004 5:18 PM Subject: Antwort: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with gcc-2.9.aix51.020209-4 > Sorry, > > doesn't work :-( > > Still some ideas? > > Greetings > > Emanuel > > P.S. I tried to edit the specs file under: > /opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/2.9-aix51-020209/spe cs > but doesn't work! > > > > > > > > "J. Smith" <lba...@ho...> > 13.01.2004 16:56 > > > An: Ema...@te..., Ral...@Ph... > Kopie: aix...@os... > Thema: RE: Antwort: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with > gcc-2.9.aix51.020209-4 > > > > > > >Is there an other way to tell gcc to use the normal bind ? > > > > I believe you might be looking for > > gcc -maix64 > versus > gcc -maix32 > > But I was always under the impression that the default for AIX/gcc was > '-maix32' ... > > > Oh well... > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > > |
From: J. S. <lba...@ho...> - 2004-01-13 18:56:28
|
> >Is there an other way to tell gcc to use the normal bind ? > I believe you might be looking for gcc -maix64 versus gcc -maix32 But I was always under the impression that the default for AIX/gcc was '-maix32' ... Oh well... _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: <Ema...@te...> - 2004-01-12 17:37:14
|
Hm, but this will enable 64bit on my machine!=20 The recommendations for my application is to disable 64bit. This way it=20 runs faster! Is there an other way to tell gcc to use the normal bind ? Bye=20 Emanuel -- Ralf Utermann <Ral...@Ph...> 12.01.2004 14:45 =20 An: Ema...@te... Kopie: "'aix...@os...'"=20 <aix...@ww...> Thema: Re: [tbox-l] compiling 32bit with gcc on aix 5.2 with=20 gcc-2.9.aix51.020209-4 On Mon, Jan 12, 2004 at 02:38:25PM +0100, Ema...@te... wrote: > Hello I try to compile a litte program on my machine. But I allways get=20 > this error: >=20 > exec(): 0509-036 Cannot load program /usr/ccs/bin/bind64 because of the=20 > following errors: > 0509-033 Cannot run a 64-bit program until the 64-bit > environment has been configured. See the system administrator. > collect2: ld returned 255 exit status >=20 > What options do I have to give to gcc? Do I have to deinstall something? = > Any hints? Maybe this line from /etc/inittab is commented out: load64bit:2:wait:/etc/methods/cfg64 >/dev/console 2>&1 # Enable 64-bit=20 execs You can configure this via smitty load64bit Bye, Ralf --=20 Ralf Utermann =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F Universit=E4t Augsburg, Institut f=FCr Physik -- EDV-Betreuer Universit=E4tsstr.1=20 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 |
From: Ralf U. <Ral...@Ph...> - 2004-01-12 16:45:25
|
On Mon, Jan 12, 2004 at 02:38:25PM +0100, Ema...@te... wrote: > Hello I try to compile a litte program on my machine. But I allways get > this error: > > exec(): 0509-036 Cannot load program /usr/ccs/bin/bind64 because of the > following errors: > 0509-033 Cannot run a 64-bit program until the 64-bit > environment has been configured. See the system administrator. > collect2: ld returned 255 exit status > > What options do I have to give to gcc? Do I have to deinstall something? > Any hints? Maybe this line from /etc/inittab is commented out: load64bit:2:wait:/etc/methods/cfg64 >/dev/console 2>&1 # Enable 64-bit execs You can configure this via smitty load64bit Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 |
From: <Ema...@te...> - 2004-01-12 16:40:44
|
Hello I try to compile a litte program on my machine. But I allways get this error: exec(): 0509-036 Cannot load program /usr/ccs/bin/bind64 because of the following errors: 0509-033 Cannot run a 64-bit program until the 64-bit environment has been configured. See the system administrator. collect2: ld returned 255 exit status What options do I have to give to gcc? Do I have to deinstall something? Any hints? Thanks in advance Emanuel |
From: Anon S. <ano...@sc...> - 2004-01-08 11:25:28
|
On Wed, 7 Jan 2004 mcn...@au... wrote: > Hi Anon, > > I don't have a machine easily available to rebuild this old code, but > I do have a guess as to what is going wrong. > > Build order is very important with this code. > I think something got built out of sequence. I have tried building using the command like, $ PATH="/usr/linux/bin:$PATH" rpm --rebuild gnome-core*.src.rpm The result is still the same, it ends up with capplet-widget.h error. > > It looks like one of the *-config scripts may not be outputting the correct > -I compiler flag to find the capplet include files because the capplet > package was not available on the system when the script was created. I have checked my capplet installation, bash-2.05a$ gnome-config --cflags capplet -I/opt/freeware/include/libcapplet1 -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 bash-2.05a$ rpm -qf `which gnome-config` gnome-libs-devel-1.4.1.2-1 The result is ok, "-I/opt/freeware/include/libcapplet1", because capplet-widget.h is placed there. bash-2.05a$ rpm -qla | grep capplet-widget /opt/freeware/include/libcapplet1/capplet-widget.h bash-2.05a$ rpm -qf `rpm -qla | grep capplet-widget.h` control-center-devel-1.4.0.4-1 But it seems that the "configure" script doesn't invoke any command to get the "capplet" include path. So, I wonder and want to know how the following binary packages (bundled with AIX 5.1.0.0) be built by IBM maintainer. ans@ans:/mnt/cdrom$ find . -name 'gnome-core*' ./RPMS/ppc/gnome-core-1.4.0.4-1.aix4.3.ppc.rpm ./RPMS/ppc/gnome-core-devel-1.4.0.4-1.aix4.3.ppc.rpm ./RPMS/ppc-4.3.3/gnome-core-1.4.0.4-1.aix4.3.ppc.rpm ./RPMS/ppc-4.3.3/gnome-core-devel-1.4.0.4-1.aix4.3.ppc.rpm ./RPMS.bygroup/ppc/Development/Libraries/gnome-core-devel-1.4.0.4-1.aix4.3.ppc.rpm ./RPMS.bygroup/ppc/User_Interface/Desktops/gnome-core-1.4.0.4-1.aix4.3.ppc.rpm ./ezinstall/ppc/gnome.base/gnome-core-1.4.0.4-1.aix4.3.ppc.rpm How the file, "capplet-widget.h", be installed or placed on the maintainer machine? By the way, the following is the parts and the only parts from "configure" that have something about "capplet", if test -n "capplet"; then n="capplet" for i in $n; do echo $ac_n "checking extra library \"$i\"""... $ac_c" 1>&6 echo "configure:1250: checking extra library \"$i\"" >&5 case $i in applets) GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets` echo "$ac_t""$GNOME_APPLETS_LIBS" 1>&6;; docklets) GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets` echo "$ac_t""$GNOME_DOCKLETS_LIBS" 1>&6;; capplet) GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet` echo "$ac_t""$GNOME_CAPPLET_LIBS" 1>&6;; *) echo "$ac_t""unknown library" 1>&6 esac done fi <--cut--> ... <--cut--> echo $ac_n "checking for CApplet library""... $ac_c" 1>&6 echo "configure:5576: checking for CApplet library" >&5 vers=`$GNOME_CONFIG --modversion capplet` case "x$vers" in xcapplet-*) echo "$ac_t""found" 1>&6 ;; *) { echo "configure: error: Did not find CApplet library" 1>&2; exit 1; } ;; esac And the corresponding parts from "configure.in", GNOME_INIT(capplet) <--cut--> ... <--cut--> dnl dnl CApplet, Note that the libs and all that is set up in gnome_init, dnl but gnome_init is truly dumb and doesn't require it, so we need to dnl do a separate check dnl AC_MSG_CHECKING(for CApplet library) vers=`$GNOME_CONFIG --modversion capplet` case "x$vers" in xcapplet-*) AC_MSG_RESULT(found) ;; *) AC_MSG_ERROR(Did not find CApplet library, you probably need to install control-center first) ;; esac It appears that, there's no anything like, "$GNOME_CONFIG --cflags capplet", to get the include path. > > Dan > > > > From: Anon Sricharoenchai <ano...@sc...> > > To: <aix...@ww...> > > Subject: [tbox-l] I wonder how can the maintainer build gnome-core-1.4.0.4-1 package, > on AIX 5.0.1 > > Date: Tue, 6 Jan 2004 12:48:58 +0700 (ICT) > > > > I've tried to build the gnome-core-1.4.0.4-1 by invoking the command like this, > > > > bash-2.05a$ PATH="/usr/linux/bin/:$PATH" rpm --short-circuit -bc SPECS/gnome-core.spec > > Executing(%build): /bin/sh -e /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 > > + umask 022 > > + cd /home/ans/rpm/building/BUILD > > + cd gnome-core-1.4.0.4 > > + [[ -z ]] > > + whence -v cc > > + 2> /dev/null > > + test X != X > > + export CC=gcc > > + test Xgcc != Xgcc > > + libtoolize --force > > You should update your `aclocal.m4' by running aclocal. > > + ./configure --prefix=/opt/freeware --with-window-manager=sawfish --sysconfdir=/opt/freeware/etc > > + CFLAGS=-DHAVE_CONTROL_CENTER -O2 -fsigned-char LDFLAGS=-Wl,-brtl > > loading cache ./config.cache > > checking for a BSD compatible install... (cached) /usr/linux/bin//install -c > > checking whether build environment is sane... yes > > checking whether make sets ${MAKE}... (cached) yes > > checking for working aclocal... found > > <--cut--> > > ... > > <--cut--> > > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties-capplet.c > > session-properties-capplet.c:29: capplet-widget.h: A file or directory in the path name does not exist. > > <--cut--> > > ... > > <--cut--> > > > > But it has the above error, capplet-widget.h can't be found in the included > > path. In fact, capplet-widget.h is installed in /opt/freeware/include/libcapplet1/, > > > > bash-2.05a$ rpm -qla | grep capplet-widget > > /opt/freeware/include/libcapplet1/capplet-widget.h > > > > But I wonder that the configure script doesn't add that path to be included. I > > also wonder how can IBM maintainer build this gnome-core package using their > > provided spec file, which should be exactly the same as the one I got. > > Are there any environment variables set (such as CFLAGS) before building their > > package? > > ________________________________________________________________ DISCLAIMER: This e-mail is intended solely for the recipient(s) name above. If you are not the intended recipient, any type of your use is prohibited. Any information, comment or statement contained in this e-mail, including any attachments (if any) are those of the author and are not necessarily endorsed by the Bank. The Bank shall, therefore, not be liable or responsible for any of such contents, including damages resulting from any virus transmitted by this e-mail. |
From: <mcn...@au...> - 2004-01-08 01:16:34
|
Hi Anon, I don't have a machine easily available to rebuild this old code, but I do have a guess as to what is going wrong. Build order is very important with this code. I think something got built out of sequence. It looks like one of the *-config scripts may not be outputting the correct -I compiler flag to find the capplet include files because the capplet package was not available on the system when the script was created. Dan > From: Anon Sricharoenchai <ano...@sc...> > To: <aix...@ww...> > Subject: [tbox-l] I wonder how can the maintainer build gnome-core-1.4.0.4-1 package, on AIX 5.0.1 > Sender: aix...@ww... > Errors-To: aix...@ww... > X-BeenThere: aix...@ww... > X-Mailman-Version: 2.0.4 > List-Unsubscribe: <http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list>, <mailto:aix...@ww...?subject=unsubscribe> > List-Id: AIX Toolbox general mailing list <aixtoolbox-list.www-124.ibm.com> > List-Post: <mailto:aix...@ww...> > List-Help: <mailto:aix...@ww...?subject=help> > List-Subscribe: <http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list>, <mailto:aix...@ww...?subject=subscribe> > List-Archive: <http://www-124.ibm.com/pipermail/aixtoolbox-list/> > Date: Tue, 6 Jan 2004 12:48:58 +0700 (ICT) > > I've tried to build the gnome-core-1.4.0.4-1 by invoking the command like this, > > bash-2.05a$ PATH="/usr/linux/bin/:$PATH" rpm --short-circuit -bc SPECS/gnome-core.spec > Executing(%build): /bin/sh -e /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 > + umask 022 > + cd /home/ans/rpm/building/BUILD > + cd gnome-core-1.4.0.4 > + [[ -z ]] > + whence -v cc > + 2> /dev/null > + test X != X > + export CC=gcc > + test Xgcc != Xgcc > + libtoolize --force > You should update your `aclocal.m4' by running aclocal. > + ./configure --prefix=/opt/freeware --with-window-manager=sawfish --sysconfdir=/opt/freeware/etc > + CFLAGS=-DHAVE_CONTROL_CENTER -O2 -fsigned-char LDFLAGS=-Wl,-brtl > loading cache ./config.cache > checking for a BSD compatible install... (cached) /usr/linux/bin//install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for working aclocal... found > <--cut--> > ... > <--cut--> > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties-capplet.c > session-properties-capplet.c:29: capplet-widget.h: A file or directory in the path name does not exist. > <--cut--> > ... > <--cut--> > > But it has the above error, capplet-widget.h can't be found in the included > path. In fact, capplet-widget.h is installed in /opt/freeware/include/libcapplet1/, > > bash-2.05a$ rpm -qla | grep capplet-widget > /opt/freeware/include/libcapplet1/capplet-widget.h > > But I wonder that the configure script doesn't add that path to be included. I > also wonder how can IBM maintainer build this gnome-core package using their > provided spec file, which should be exactly the same as the one I got. > Are there any environment variables set (such as CFLAGS) before building their > package? > > > The following is the full output from my build command. > > bash-2.05a$ PATH="/usr/linux/bin/:$PATH" rpm --short-circuit -bc SPECS/gnome-core.spec > Executing(%build): /bin/sh -e /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 > + umask 022 > + cd /home/ans/rpm/building/BUILD > + cd gnome-core-1.4.0.4 > + [[ -z ]] > + whence -v cc > + 2> /dev/null > + test X != X > + export CC=gcc > + test Xgcc != Xgcc > + libtoolize --force > You should update your `aclocal.m4' by running aclocal. > + ./configure --prefix=/opt/freeware --with-window-manager=sawfish --sysconfdir=/opt/freeware/etc > + CFLAGS=-DHAVE_CONTROL_CENTER -O2 -fsigned-char LDFLAGS=-Wl,-brtl > loading cache ./config.cache > checking for a BSD compatible install... (cached) /usr/linux/bin//install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for working aclocal... found > checking for working autoconf... found > checking for working automake... found > checking for working autoheader... found > checking for working makeinfo... missing > checking whether to enable maintainer-specific portions of Makefiles... no > checking for perl... (cached) /usr/bin/perl > checking for gnome-config... (cached) /usr/bin/gnome-config > checking if /usr/bin/gnome-config works... yes > checking for orbit-config... (cached) /usr/bin/orbit-config > checking for orbit-idl... (cached) /usr/bin/orbit-idl > checking for working ORBit environment... (cached) yes > checking for gnorba libraries... (cached) yes > checking extra library "capplet"... -Wl,-brtl -lcapplet -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -ldb-3 -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lm -lgnorba > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) works... yes > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for POSIXized ISC... no > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) works... yes > checking whether the C compiler (gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wl,-brtl) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking how to run the C preprocessor... (cached) gcc -E > checking for ANSI C header files... (cached) yes > checking host system type... powerpc-ibm-aix5.1.0.0 > checking build system type... powerpc-ibm-aix5.1.0.0 > checking for ranlib... (cached) ranlib > checking for ld used by GCC... (cached) /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... (cached) no > checking for BSD-compatible nm... (cached) /usr/linux/bin//nm -B > checking whether ln -s works... (cached) yes > loading cache ./config.cache within ltconfig > checking for object suffix... o > checking for executable suffix... (cached) no > checking for gcc option to produce PIC... none > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.lo... yes > checking if gcc supports -fno-rtti -fno-exceptions ... yes > checking if gcc static flag -static -Wl,-lC works... -static -Wl,-lC > checking if the linker (/usr/bin/ld) is GNU ld... no > checking whether the linker (/usr/bin/ld) supports shared libraries... no > checking command to parse /usr/linux/bin//nm -B output... ok > checking how to hardcode library paths into programs... unsupported > checking for /usr/bin/ld option to reload object files... -r > checking dynamic linker characteristics... no > checking if libtool supports shared libraries... no > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > loading cache ./config.cache > checking for flex... flex > checking for flex... (cached) flex > checking for yywrap in -lfl... yes > checking lex output file root... lex.yy > checking whether yytext is a pointer... yes > checking for bison... bison -y > checking for xrdb... /usr/bin/X11/xrdb > checking what warning flags to pass to the C compiler... -Wall -Wunused > checking what language compliance flags to pass to the C compiler... > checking for pthread_create in -lpthread... yes > checking for gtk-config... /usr/bin/gtk-config > checking for GTK - version >= 1.2.0... yes > checking for SmcSaveYourselfDone in -lSM... yes > checking for X11/SM/SMlib.h... yes > checking for XpmFreeXpmImage in -lXpm... yes > checking for gnome-config... (cached) /usr/bin/gnome-config > checking for xmlNewDoc in -lxml... yes > checking for gtk-config... (cached) /usr/bin/gtk-config > checking for GTK - version >= 1.2.5... yes > checking for gnome_window_icon_set_default_from_file in -lgnomeui... yes > checking for working const... yes > checking for inline... inline > checking for off_t... yes > checking for size_t... yes > checking for working alloca.h... yes > checking for alloca... yes > checking for unistd.h... yes > checking for getpagesize... yes > checking for working mmap... no > checking for argz.h... no > checking for limits.h... yes > checking for locale.h... yes > checking for nl_types.h... yes > checking for malloc.h... yes > checking for string.h... yes > checking for unistd.h... (cached) yes > checking for sys/param.h... yes > checking for getcwd... yes > checking for munmap... yes > checking for putenv... yes > checking for setenv... yes > checking for setlocale... yes > checking for strchr... yes > checking for strcasecmp... yes > checking for strdup... yes > checking for __argz_count... no > checking for __argz_stringify... no > checking for __argz_next... no > checking for stpcpy... yes > checking for LC_MESSAGES... yes > checking whether NLS is requested... yes > checking for libintl.h... yes > checking for gettext in libc... no > checking for bindtextdomain in -lintl... yes > checking for gettext in libintl... checking for gettext in -lintl... yes > yes > checking for msgfmt... /usr/bin/msgfmt > checking for dcgettext... no > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for catalogs to be installed... az bg ca cs da de el en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sp sr sv ta tr uk wa zh_TW.Big5 zh_CN.GB2312 > checking for dlfcn.h... yes > checking for dl.h... no > checking for syslog.h... yes > checking for tcpd.h... no > checking for dlopen in -ldl... yes > checking for CApplet library... /usr/bin/gnome-config --modversion capplet > found > checking for Configure Easter Egg version >= 3.14... found > checking for GdkPixbuf library >= 0.7.0... found > checking for Glade libraries >= 0.14... found libglade-0.17 > checking whether to use TCP wrappers... no > Unknown library `gtkhtml' > Unknown library `gtkhtml' > checking for gtk_html_construct in -lgtkhtml... no > configure: warning: Recent enough GtkHTML library not found (using GtkXmHTML) > > checking which HTML widget to use... GtkXmHTML > checking for connect... yes > checking for gethostbyname... yes > checking for inet_aton... yes > checking for zvt_term_reset... yes > checking for zvt_term_set_del_is_del... yes > checking for bzopen in -lbz2... no > checking for BZ2_bzopen in -lbz2... yes > checking for scrollkeeper-config... /usr/bin/scrollkeeper-config > checking for gtkdoc-mkdb... false > checking for _IceTransNoListen... no > updating cache ./config.cache > creating ./config.status > creating Makefile > creating gnome-core.spec > creating po/Makefile.in > creating macros/Makefile > creating panel/Makefile > creating panel/doc/Makefile > creating panel/help/Makefile > creating panel/help/C/Makefile > creating panel/help/de/Makefile > creating panel/help/it/Makefile > creating panel/help/ja/Makefile > creating applets/Makefile > creating applets/applet-dirs/Makefile > creating applets/gen_util/Makefile > creating applets/gen_util/help/Makefile > creating applets/gen_util/help/C/Makefile > creating applets/gen_util/help/C/clock/Makefile > creating applets/gen_util/help/C/mailcheck/Makefile > creating applets/gen_util/help/C/printer/Makefile > creating applets/gen_util/help/de/Makefile > creating applets/gen_util/help/no/Makefile > creating applets/gen_util/help/da/Makefile > creating applets/gen_util/help/da/clock/Makefile > creating applets/gen_util/help/da/mailcheck/Makefile > creating applets/gen_util/help/da/printer/Makefile > creating applets/gen_util/help/es/Makefile > creating applets/gen_util/help/es/printer/Makefile > creating applets/gen_util/help/it/Makefile > creating applets/gen_util/help/it/clock/Makefile > creating applets/gen_util/help/it/mailcheck/Makefile > creating applets/gen_util/help/it/printer/Makefile > creating applets/fish/Makefile > creating applets/fish/help/Makefile > creating applets/fish/help/C/Makefile > creating applets/fish/help/no/Makefile > creating applets/fish/help/da/Makefile > creating applets/fish/help/it/Makefile > creating applets/desk-guide/Makefile > creating applets/desk-guide/help/Makefile > creating applets/desk-guide/help/C/Makefile > creating applets/desk-guide/help/de/Makefile > creating applets/desk-guide/help/it/Makefile > creating applets/tasklist/Makefile > creating applets/tasklist/help/Makefile > creating applets/tasklist/help/C/Makefile > creating core-docs/Makefile > creating core-docs/fdl/Makefile > creating core-docs/fdl/C/Makefile > creating core-docs/gpl/Makefile > creating core-docs/gpl/C/Makefile > creating core-docs/lgpl/Makefile > creating core-docs/lgpl/C/Makefile > creating core-docs/gnome-feedback/Makefile > creating core-docs/gnome-feedback/C/Makefile > creating desktop-links/Makefile > creating gnome-terminal/Makefile > creating gnome-terminal/C/Makefile > creating gnome-terminal/de/Makefile > creating gnome-terminal/da/Makefile > creating gnome-terminal/es/Makefile > creating gnome-terminal/it/Makefile > creating gnome-terminal/no/Makefile > creating help-browser/Makefile > creating help-browser/gnome-man2html/Makefile > creating help-browser/gnome-info2html/Makefile > creating help-browser/help/Makefile > creating help-browser/help/C/Makefile > creating help-browser/help/ca/Makefile > creating help-browser/help/da/Makefile > creating help-browser/help/el/Makefile > creating help-browser/help/es/Makefile > creating help-browser/help/et/Makefile > creating help-browser/help/eu/Makefile > creating help-browser/help/hu/Makefile > creating help-browser/help/fr/Makefile > creating help-browser/help/gl/Makefile > creating help-browser/help/it/Makefile > creating help-browser/help/ja/Makefile > creating help-browser/help/ko/Makefile > creating help-browser/help/lt/Makefile > creating help-browser/help/no/Makefile > creating help-browser/help/uk/Makefile > creating help-browser/help/wa/Makefile > creating gnome-hint/Makefile > creating gnome-about/Makefile > creating gmenu/Makefile > creating gnome-edit/Makefile > creating idl/Makefile > creating pixmaps/Makefile > creating gsm/Makefile > creating gsm/help/Makefile > creating gsm/help/C/Makefile > creating gsm/help/ja/Makefile > creating gsm/default.session.5 > creating gsm/gnome-session.1 > creating smproxy/Makefile > creating intl/Makefile > creating omf-install/Makefile > creating config.h > + [ -n ] > + make > make all-recursive > Making all in intl > Target "all" is up to date. > Making all in po > XML_I18N_EXTRACT=../xml-i18n-extract ../xml-i18n-update --pot > rm -f cat-id-tbl.tmp > sed -f ../intl/po2tbl.sed ./gnome-core.pot | sed -e "s/@PACKAGE NAME@/gnome-core/" > cat-id-tbl.tmp > if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then rm cat-id-tbl.tmp; else echo cat-id-tbl.c changed; rm -f ./cat-id-tbl.c; mv cat-id-tbl.tmp ./cat-id-tbl.c; fi > cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id > /usr/bin/msgfmt -o az.mo az.po > /usr/bin/msgfmt -o bg.mo bg.po > bg.po: warning: Charset "windows-1251" is not a portable encoding name. > Message conversion to user's charset might not work. > /usr/bin/msgfmt -o ca.mo ca.po > ca.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o cs.mo cs.po > cs.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o da.mo da.po > da.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o de.mo de.po > de.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o el.mo el.po > el.po: warning: Charset "ISO-8859-7" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-7". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o en_GB.mo en_GB.po > en_GB.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o es.mo es.po > es.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o et.mo et.po > et.po: warning: Charset "ISO-8859-15" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-15". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o eu.mo eu.po > eu.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o fi.mo fi.po > fi.po: warning: Charset "ISO-8859-15" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-15". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o fr.mo fr.po > fr.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ga.mo ga.po > ga.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o gl.mo gl.po > gl.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o hu.mo hu.po > hu.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o it.mo it.po > it.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ja.mo ja.po > ja.po: warning: Charset "EUC-JP" is not supported. msgfmt relies on iconv(), > and iconv() does not support "EUC-JP". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ko.mo ko.po > ko.po: warning: Charset "EUC-KR" is not supported. msgfmt relies on iconv(), > and iconv() does not support "EUC-KR". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o lt.mo lt.po > lt.po: warning: Charset "ISO-8859-13" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-13". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o lv.mo lv.po > lv.po: warning: Charset "ISO-8859-13" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-13". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o nl.mo nl.po > nl.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o nn.mo nn.po > nn.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o no.mo no.po > no.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o pl.mo pl.po > pl.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o pt.mo pt.po > pt.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o pt_BR.mo pt_BR.po > pt_BR.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), > and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ro.mo ro.po > ro.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ru.mo ru.po > ru.po: warning: Charset "KOI8-R" is not supported. msgfmt relies on iconv(), > and iconv() does not support "KOI8-R". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sk.mo sk.po > sk.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sl.mo sl.po > sl.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sp.mo sp.po > sp.po: warning: Charset "ISO-8859-5" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-5". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sr.mo sr.po > sr.po: warning: Charset "ISO-8859-2" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-2". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o sv.mo sv.po > sv.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o ta.mo ta.po > ta.po: warning: Charset "TSCII" is not a portable encoding name. > Message conversion to user's charset might not work. > /usr/bin/msgfmt -o tr.mo tr.po > tr.po: warning: Charset "ISO-8859-9" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-9". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o uk.mo uk.po > uk.po: warning: Charset "KOI8-U" is not supported. msgfmt relies on iconv(), > and iconv() does not support "KOI8-U". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o wa.mo wa.po > wa.po: warning: Charset "ISO-8859-1" is not supported. msgfmt relies on iconv(), and iconv() does not support "ISO-8859-1". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > /usr/bin/msgfmt -o zh_TW.Big5.mo zh_TW.Big5.po > zh_TW.Big5.po: warning: Charset "BIG5" is not supported. msgfmt relies on iconv(), > and iconv() does not support "BIG5". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway, expect parse errors. > /usr/bin/msgfmt -o zh_CN.GB2312.mo zh_CN.GB2312.po > zh_CN.GB2312.po: warning: Charset "GB2312" is not supported. msgfmt relies on iconv(), > and iconv() does not support "GB2312". > Installing GNU libiconv and then reinstalling GNU gettext > would fix this problem. > Continuing anyway. > Target "all" is up to date. > Making all in macros > Target "all" is up to date. > Making all in gsm > Making all in help > Making all in C > cp session/index.html . > for file in session-C.omf; do scrollkeeper-preinstall /opt/freeware/share/gnome/help/session/C/session.sgml $file ../../../omf-install/$file; done > touch omf_timestamp > Target "all" is up to date. > Making all in ja > cp session/index.html . > for file in session-ja.omf; do scrollkeeper-preinstall /opt/freeware/share/gnome/help/session/ja/session.sgml $file ../../../omf-install/$file; done > touch omf_timestamp > Target "all" is up to date. > Target "all-am" is up to date. > Target "all" is up to date. > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c manager.c > manager.c: In function `register_client': > manager.c:726: warning: long int format, pid_t arg (arg 6) > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c ice.c > ice.c: In function `initialize_ice': > ice.c:285: warning: format not a string literal, argument types not checked > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c main.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c prop.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c save.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c command.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c remote.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c logout.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c splash.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-protocol.c > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-session manager.o ice.o main.o prop.o save.o command.o remote.o logout.o splash.o gsm-protocol.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl -Wl,-brtl -L/opt/freeware/lib -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -lintl -lXext -lX11 -lm -lgnomecanvaspixbuf > mkdir .libs > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-session manager.o ice.o main.o prop.o save.o command.o remote.o logout.o splash.o gsm-protocol.o -Wl,-brtl -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 -lgdk_pixbuf -lgtk -lgdk /opt/freeware/lib/libgmodule.so /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv -lXext -lX11 -lm -lgnomecanvaspixbuf gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c save-session.c > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o save-session save-session.o gsm-protocol.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o save-session save-session.o gsm-protocol.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gnome-login-check.c > gnome-login-check.c: In function `check_for_dns': > gnome-login-check.c:196: warning: control reaches end of non-void function > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-login-check gnome-login-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-login-check gnome-login-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-client-list.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-client-editor.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gsm-client-row.c /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o session-properties session-properties.o gsm-client-list.o gsm-client-editor.o gsm-client-row.o gsm-protocol.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o session-properties session-properties.o gsm-client-list.o gsm-client-editor.o gsm-client-row.o gsm-protocol.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c gnome-libice-check.c > /bin/sh ../libtool --mode=link gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -L/opt/freeware/lib -Wl,-brtl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb-3 -lglib -lintl > gcc -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -Wl,-brtl -o gnome-libice-check gnome-libice-check.o -Wl,-brtl -Wl,-brtl -L/opt/freeware/lib -lgnomeui -lart_lgpl /opt/freeware/lib/libgdk_imlib.so -lm -lSM -lICE -lgtk -lgdk /opt/freeware/lib/libgmodule.so -lXext -lX11 -lgnome -lgnomesupport /opt/freeware/lib/libesd.a -lm -lm -laudiofile -lm -ldb-3 /opt/freeware/lib/libglib.so /opt/freeware/lib/libintl.a -liconv > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/freeware/include -I/opt/freeware/include -DNEED_GNOMESUPPORT_H -I/opt/freeware/lib/gnome-libs/include -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/orbit-1.0 -I/opt/freeware/include/gtk-1.2 -I../intl -I../intl > -DGNOMELOCALEDIR=\""/opt/freeware/share/locale\"" -DDEFAULTDIR="\"/opt/freeware/share/gnome\"" -I/opt/freeware/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -I/opt/freeware/include/gtk-1.2 -I/opt/freeware/include/glib-1.2 -I/opt/freeware/lib/glib/include -DHAVE_CONTROL_CENTER -O2 -fsigned-char -Wall -Wunused -c session-properties-capplet.c > session-properties-capplet.c:29: capplet-widget.h: A file or directory in the path name does not exist. > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 2. > > > Stop. > Bad exit status from /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 (%build) > > > > ________________________________________________________________ > > > DISCLAIMER: > This e-mail is intended solely for the recipient(s) name above. If you are not the intended recipient, any type of your use is prohibited. Any information, comment or statement contained in this e-mail, including any attachments (if any) are those of the author and are not necessarily endorsed by the Bank. The Bank shall, therefore, not be liable or responsible for any of such contents, including damages resulting from any virus transmitted by this e-mail. > |
From: David C. <cl...@au...> - 2004-01-07 23:33:57
|
What level AIX are you on? What level libm? ("lslpp -l bos.adt.libm"). Those look like they match the dates/sizes from a 4.3.3 system. Are you trying to link 64-bit objects using gcc? If so, add "-maix64" to you arguments. For 32-bit, I don't see anything wrong with the command. But, there is not a separate 64-bit libm; the 64-bit objects are also in the same archive, so your "ar -X64 -tv libm.a" command *should* show them. Unless.... OK, here's a theory: You are on a 5.1 or 5.2 system, and instead of installing the "bos.rte.libm" for your OS level, somebody has copied /usr/ccs/lib/libm.a from a 4.3.3 system onto your 5.2 system. Could that be it? If so you'll want to install the correct level of bos.adt.libm. On Wed, Jan 07, 2004 at 01:30:39PM -0600, mic...@ds... wrote: > David, > > gcc -g -O2 -Wall -lm -o executable object object object object object > object ... -lpthread > > I also tried the most simple example imaginable, much like you example. > The Makefile specifies the CCLD macro as gcc: > > CC = gcc > CFLAGS = -g -O2 -Wall > COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) > $(AM_CFLAGS) $(CFLAGS) > CCLD = $(CC) > LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ > > When I do: > > # ar -tv /usr/ccs/lib/libm.a > > I get > > rw-rw---- 2715/300 2180 Jul 12 22:40 1999 acos.o > rw-rw---- 2715/300 1507 Jul 12 22:40 1999 acosh.o > rw-rw---- 2715/300 2076 Jul 12 22:40 1999 asin.o > rw-rw---- 2715/300 1603 Jul 12 22:40 1999 asinh.o > rw-rw---- 2715/300 1934 Jul 12 22:40 1999 atan.o > rw-rw---- 2715/300 3442 Jul 12 22:40 1999 atan2.o > rw-rw---- 2715/300 1705 Jul 12 22:40 1999 atanh.o > rw-rw---- 2715/300 2685 Jul 12 22:40 1999 cabs.o > rw-rw---- 2715/300 1576 Jul 12 22:40 1999 cbrt.o > rw-rw---- 2715/300 378 Dec 2 07:13 1998 class.o > rw-rw---- 2715/300 446 Dec 2 07:13 1998 copysign.o > rw-rw---- 2715/300 2005 Jul 12 22:40 1999 cos.o > rw-rw---- 2715/300 2016 Jul 12 22:40 1999 cosh.o > rw-rw---- 2715/300 3269 Jul 12 22:40 1999 drem.o > rw-rw---- 2715/300 2195 Jul 12 22:40 1999 erf.o > rw-rw---- 2715/300 2209 Jul 12 22:40 1999 exp.o > rw-rw---- 2715/300 1459 Jul 12 22:41 1999 exp__E.o > rw-rw---- 2715/300 330 Dec 2 07:13 1998 finite.o > rw-rw---- 2715/300 2387 Jul 12 22:41 1999 floor.o > rw-rw---- 2715/300 326 Dec 2 07:14 1998 isnan.o > rw-rw---- 2715/300 4043 Jul 12 22:41 1999 lgamma.o > rw-rw---- 2715/300 888 Dec 2 07:14 1998 ilogb.o > rw-rw---- 2715/300 3172 Jul 12 22:41 1999 j0.o > rw-rw---- 2715/300 3434 Jul 12 22:41 1999 j1.o > rw-rw---- 2715/300 2780 Jul 12 22:41 1999 jn.o > rw-rw---- 2715/300 2375 Jul 12 22:41 1999 log.o > rw-rw---- 2715/300 2613 Jul 12 22:41 1999 log10.o > rw-rw---- 2715/300 2473 Jul 12 22:41 1999 log1p.o > rw-rw---- 2715/300 909 Dec 2 07:14 1998 logb.o > rw-rw---- 2715/300 1166 Jul 12 22:41 1999 log__L.o > rw-rw---- 2715/300 893 Dec 2 07:14 1998 nextaft.o > rw-rw---- 2715/300 4855 Jul 12 22:41 1999 pow.o > rw-rw---- 2715/300 1941 Jul 12 22:41 1999 scalb.o > rw-rw---- 2715/300 1985 Jul 12 22:41 1999 sin.o > rw-rw---- 2715/300 1960 Jul 12 22:41 1999 sinh.o > rw-rw---- 2715/300 1028 Dec 2 07:14 1998 sqrt.o > rw-rw---- 2715/300 3361 Jul 12 22:41 1999 tan.o > rw-rw---- 2715/300 2041 Jul 12 22:41 1999 tanh.o > rw-rw-r-- 2715/300 14188 Sep 29 12:25 1997 tantab.o > rw-rw---- 2715/300 355 Dec 2 07:14 1998 unord.o > rw-rw---- 2715/300 2181 Jul 12 22:41 1999 acosF.o > rw-rw---- 2715/300 2077 Jul 12 22:41 1999 asinF.o > rw-rw---- 2715/300 3443 Jul 12 22:41 1999 atan2F.o > rw-rw---- 2715/300 1935 Jul 12 22:41 1999 atanF.o > rw-rw---- 2715/300 2006 Jul 12 22:41 1999 cosF.o > rw-rw---- 2715/300 2017 Jul 12 22:41 1999 coshF.o > rw-rw---- 2715/300 2196 Jul 12 22:41 1999 erfF.o > rw-rw---- 2715/300 2170 Jul 12 22:41 1999 expF.o > rw-rw---- 2715/300 1258 Jul 12 22:41 1999 floorF.o > rw-rw---- 2715/300 1475 Jul 12 22:41 1999 lgammaF.o > rw-rw---- 2715/300 2614 Jul 12 22:41 1999 log10F.o > rw-rw---- 2715/300 2376 Jul 12 22:41 1999 logF.o > rw-rw---- 2715/300 4856 Jul 12 22:41 1999 powF.o > rw-rw---- 2715/300 1986 Jul 12 22:41 1999 sinF.o > rw-rw---- 2715/300 1961 Jul 12 22:41 1999 sinhF.o > rw-rw---- 2715/300 1028 Dec 2 07:14 1998 sqrtF.o > rw-rw---- 2715/300 3362 Jul 12 22:41 1999 tanF.o > rw-rw---- 2715/300 2042 Jul 12 22:41 1999 tanhF.o > rw-rw---- 2715/300 1897 Jul 6 14:10 1999 rsqrt.o > rw-rw---- 2715/300 1898 Jul 6 14:10 1999 rsqrtF.o > rw-rw---- 2715/300 1214 Mar 12 07:52 1999 __set_errno128.o > rw-rw---- 2715/300 1506 Jul 12 22:41 1999 sqrt_raise_xcp.o > rw-rw---- 2715/300 1150 Jul 12 22:41 1999 _class.o > rw-rw---- 2715/300 770 Dec 2 07:14 1998 dtoi.o > rw-rw-r-- 2715/300 1205 Sep 29 12:26 1997 guesses.o > rw-r----- 2715/300 2347 Sep 29 12:26 1997 _q_treducex.o > rw-r----- 2715/300 4689 Sep 29 12:26 1997 _qacos.o > rw-r----- 2715/300 4178 Sep 29 12:26 1997 _qasin.o > rw-r----- 2715/300 8686 Sep 29 12:27 1997 _qatan.o > rw-r----- 2715/300 2184 Sep 29 12:27 1997 _qcosh.o > rw-r----- 2715/300 4890 Dec 2 07:15 1998 _qexp.o > rw-r----- 2715/300 6240 Sep 29 12:27 1997 _qlog.o > rw-r----- 2715/300 2874 Dec 8 09:39 1997 _qpow.o > rw-r----- 2715/300 6415 Sep 29 12:27 1997 _qsincos.o > rw-r----- 2715/300 2332 Dec 8 09:39 1997 _qsinh.o > rw-r----- 300/300 2929 Mar 1 12:05 2001 _qsqrt.o > rw-r----- 2715/300 6491 Sep 29 12:27 1997 _qtan.o > rw-r----- 2715/300 3642 Sep 29 12:27 1997 _qtanh.o > rw-r----- 2715/300 1214 Sep 29 12:27 1997 _q_a6.o > rw-r----- 2715/300 1234 Sep 29 12:27 1997 _q_d6.o > rw-r----- 2715/300 1006 Sep 29 12:27 1997 _q_m6.o > rw-r----- 2715/300 7943 Sep 29 12:27 1997 _qgamma.o > rw-r----- 2715/300 9318 Sep 29 12:27 1997 _qerf.o > rw-rw---- 2715/300 2325 Jul 12 22:41 1999 expm1.o > rw-rw---- 2715/300 11092 Jun 1 17:38 1999 m_tables.o > rw-rw-r-- 2715/300 1387 Sep 29 12:27 1997 ceill.o > rw-r----- 2715/300 830 Sep 29 12:27 1997 fabsl.o > rw-rw-r-- 2715/300 1388 Sep 29 12:27 1997 floorl.o > rw-rw---- 2715/300 2575 Mar 12 07:52 1999 fmodl.o > > However, if I do: > > # ar -X64 -tv /usr/ccs/lib/libm.a > > I get nothing. Am I just missing the 64-bit version of libm.a? > > Thanks in advance! > > /MickO > > > > David Clissold <cl...@au...> > 01/07/2004 01:18 PM > > To > mic...@ds... > cc > aix...@ww... > Subject > Re: [tbox-l] libm.a not a COFF file > > > > > > > libm.a is a system library which contains XCOFF files. You'll need to > look > at the compile or link command being executed which is producing this > error > to see how it is arriving at this error. Typical simple usage would be: > $ gcc myprog.c -lm -o myprog > where the "-lm" says to link with the "libm.a" library. > Somehow you are using incorrect link option(s) in some way to give you > that message. So find the 'gcc' or the 'ld' command line which produced > the error, and look at how it is trying to use libm.a. > > > On Wed, Jan 07, 2004 at 12:08:34PM -0600, mic...@ds... > wrote: > > Hi there again. > > > > Now I've run into another problem that I couldn't really find the answer > > > to in the archives (I looked there first this time!). > > > > Basically, when I try to link a program, it fails on the libm.a archive: > > > > collect2: /usr/ccs/lib/libm.a: not a COFF file > > ... > > # file /usr/ccs/lib/libm.a > > /usr/ccs/lib/libm.a: archive (big format) > > > > Anyone run into this issue before, and know how to fix it? > > > > Thankee-sai! > > -- > > [ Mick Ohrberg | DST Output | (816) 435-2004 ] > > _______________________________________________ > > aixtoolbox-list mailing list > > aix...@ww... > > > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list > > -- > David Clissold > cl...@au... > -- David Clissold cl...@au... |
From: <mic...@ds...> - 2004-01-07 22:33:11
|
David, gcc -g -O2 -Wall -lm -o executable object object object object object object ... -lpthread I also tried the most simple example imaginable, much like you example. The Makefile specifies the CCLD macro as gcc: CC = gcc CFLAGS = -g -O2 -Wall COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ When I do: # ar -tv /usr/ccs/lib/libm.a I get rw-rw---- 2715/300 2180 Jul 12 22:40 1999 acos.o rw-rw---- 2715/300 1507 Jul 12 22:40 1999 acosh.o rw-rw---- 2715/300 2076 Jul 12 22:40 1999 asin.o rw-rw---- 2715/300 1603 Jul 12 22:40 1999 asinh.o rw-rw---- 2715/300 1934 Jul 12 22:40 1999 atan.o rw-rw---- 2715/300 3442 Jul 12 22:40 1999 atan2.o rw-rw---- 2715/300 1705 Jul 12 22:40 1999 atanh.o rw-rw---- 2715/300 2685 Jul 12 22:40 1999 cabs.o rw-rw---- 2715/300 1576 Jul 12 22:40 1999 cbrt.o rw-rw---- 2715/300 378 Dec 2 07:13 1998 class.o rw-rw---- 2715/300 446 Dec 2 07:13 1998 copysign.o rw-rw---- 2715/300 2005 Jul 12 22:40 1999 cos.o rw-rw---- 2715/300 2016 Jul 12 22:40 1999 cosh.o rw-rw---- 2715/300 3269 Jul 12 22:40 1999 drem.o rw-rw---- 2715/300 2195 Jul 12 22:40 1999 erf.o rw-rw---- 2715/300 2209 Jul 12 22:40 1999 exp.o rw-rw---- 2715/300 1459 Jul 12 22:41 1999 exp__E.o rw-rw---- 2715/300 330 Dec 2 07:13 1998 finite.o rw-rw---- 2715/300 2387 Jul 12 22:41 1999 floor.o rw-rw---- 2715/300 326 Dec 2 07:14 1998 isnan.o rw-rw---- 2715/300 4043 Jul 12 22:41 1999 lgamma.o rw-rw---- 2715/300 888 Dec 2 07:14 1998 ilogb.o rw-rw---- 2715/300 3172 Jul 12 22:41 1999 j0.o rw-rw---- 2715/300 3434 Jul 12 22:41 1999 j1.o rw-rw---- 2715/300 2780 Jul 12 22:41 1999 jn.o rw-rw---- 2715/300 2375 Jul 12 22:41 1999 log.o rw-rw---- 2715/300 2613 Jul 12 22:41 1999 log10.o rw-rw---- 2715/300 2473 Jul 12 22:41 1999 log1p.o rw-rw---- 2715/300 909 Dec 2 07:14 1998 logb.o rw-rw---- 2715/300 1166 Jul 12 22:41 1999 log__L.o rw-rw---- 2715/300 893 Dec 2 07:14 1998 nextaft.o rw-rw---- 2715/300 4855 Jul 12 22:41 1999 pow.o rw-rw---- 2715/300 1941 Jul 12 22:41 1999 scalb.o rw-rw---- 2715/300 1985 Jul 12 22:41 1999 sin.o rw-rw---- 2715/300 1960 Jul 12 22:41 1999 sinh.o rw-rw---- 2715/300 1028 Dec 2 07:14 1998 sqrt.o rw-rw---- 2715/300 3361 Jul 12 22:41 1999 tan.o rw-rw---- 2715/300 2041 Jul 12 22:41 1999 tanh.o rw-rw-r-- 2715/300 14188 Sep 29 12:25 1997 tantab.o rw-rw---- 2715/300 355 Dec 2 07:14 1998 unord.o rw-rw---- 2715/300 2181 Jul 12 22:41 1999 acosF.o rw-rw---- 2715/300 2077 Jul 12 22:41 1999 asinF.o rw-rw---- 2715/300 3443 Jul 12 22:41 1999 atan2F.o rw-rw---- 2715/300 1935 Jul 12 22:41 1999 atanF.o rw-rw---- 2715/300 2006 Jul 12 22:41 1999 cosF.o rw-rw---- 2715/300 2017 Jul 12 22:41 1999 coshF.o rw-rw---- 2715/300 2196 Jul 12 22:41 1999 erfF.o rw-rw---- 2715/300 2170 Jul 12 22:41 1999 expF.o rw-rw---- 2715/300 1258 Jul 12 22:41 1999 floorF.o rw-rw---- 2715/300 1475 Jul 12 22:41 1999 lgammaF.o rw-rw---- 2715/300 2614 Jul 12 22:41 1999 log10F.o rw-rw---- 2715/300 2376 Jul 12 22:41 1999 logF.o rw-rw---- 2715/300 4856 Jul 12 22:41 1999 powF.o rw-rw---- 2715/300 1986 Jul 12 22:41 1999 sinF.o rw-rw---- 2715/300 1961 Jul 12 22:41 1999 sinhF.o rw-rw---- 2715/300 1028 Dec 2 07:14 1998 sqrtF.o rw-rw---- 2715/300 3362 Jul 12 22:41 1999 tanF.o rw-rw---- 2715/300 2042 Jul 12 22:41 1999 tanhF.o rw-rw---- 2715/300 1897 Jul 6 14:10 1999 rsqrt.o rw-rw---- 2715/300 1898 Jul 6 14:10 1999 rsqrtF.o rw-rw---- 2715/300 1214 Mar 12 07:52 1999 __set_errno128.o rw-rw---- 2715/300 1506 Jul 12 22:41 1999 sqrt_raise_xcp.o rw-rw---- 2715/300 1150 Jul 12 22:41 1999 _class.o rw-rw---- 2715/300 770 Dec 2 07:14 1998 dtoi.o rw-rw-r-- 2715/300 1205 Sep 29 12:26 1997 guesses.o rw-r----- 2715/300 2347 Sep 29 12:26 1997 _q_treducex.o rw-r----- 2715/300 4689 Sep 29 12:26 1997 _qacos.o rw-r----- 2715/300 4178 Sep 29 12:26 1997 _qasin.o rw-r----- 2715/300 8686 Sep 29 12:27 1997 _qatan.o rw-r----- 2715/300 2184 Sep 29 12:27 1997 _qcosh.o rw-r----- 2715/300 4890 Dec 2 07:15 1998 _qexp.o rw-r----- 2715/300 6240 Sep 29 12:27 1997 _qlog.o rw-r----- 2715/300 2874 Dec 8 09:39 1997 _qpow.o rw-r----- 2715/300 6415 Sep 29 12:27 1997 _qsincos.o rw-r----- 2715/300 2332 Dec 8 09:39 1997 _qsinh.o rw-r----- 300/300 2929 Mar 1 12:05 2001 _qsqrt.o rw-r----- 2715/300 6491 Sep 29 12:27 1997 _qtan.o rw-r----- 2715/300 3642 Sep 29 12:27 1997 _qtanh.o rw-r----- 2715/300 1214 Sep 29 12:27 1997 _q_a6.o rw-r----- 2715/300 1234 Sep 29 12:27 1997 _q_d6.o rw-r----- 2715/300 1006 Sep 29 12:27 1997 _q_m6.o rw-r----- 2715/300 7943 Sep 29 12:27 1997 _qgamma.o rw-r----- 2715/300 9318 Sep 29 12:27 1997 _qerf.o rw-rw---- 2715/300 2325 Jul 12 22:41 1999 expm1.o rw-rw---- 2715/300 11092 Jun 1 17:38 1999 m_tables.o rw-rw-r-- 2715/300 1387 Sep 29 12:27 1997 ceill.o rw-r----- 2715/300 830 Sep 29 12:27 1997 fabsl.o rw-rw-r-- 2715/300 1388 Sep 29 12:27 1997 floorl.o rw-rw---- 2715/300 2575 Mar 12 07:52 1999 fmodl.o However, if I do: # ar -X64 -tv /usr/ccs/lib/libm.a I get nothing. Am I just missing the 64-bit version of libm.a? Thanks in advance! /MickO David Clissold <cl...@au...> 01/07/2004 01:18 PM To mic...@ds... cc aix...@ww... Subject Re: [tbox-l] libm.a not a COFF file libm.a is a system library which contains XCOFF files. You'll need to look at the compile or link command being executed which is producing this error to see how it is arriving at this error. Typical simple usage would be: $ gcc myprog.c -lm -o myprog where the "-lm" says to link with the "libm.a" library. Somehow you are using incorrect link option(s) in some way to give you that message. So find the 'gcc' or the 'ld' command line which produced the error, and look at how it is trying to use libm.a. On Wed, Jan 07, 2004 at 12:08:34PM -0600, mic...@ds... wrote: > Hi there again. > > Now I've run into another problem that I couldn't really find the answer > to in the archives (I looked there first this time!). > > Basically, when I try to link a program, it fails on the libm.a archive: > > collect2: /usr/ccs/lib/libm.a: not a COFF file > ... > # file /usr/ccs/lib/libm.a > /usr/ccs/lib/libm.a: archive (big format) > > Anyone run into this issue before, and know how to fix it? > > Thankee-sai! > -- > [ Mick Ohrberg | DST Output | (816) 435-2004 ] > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
From: David C. <cl...@au...> - 2004-01-07 22:18:37
|
libm.a is a system library which contains XCOFF files. You'll need to look at the compile or link command being executed which is producing this error to see how it is arriving at this error. Typical simple usage would be: $ gcc myprog.c -lm -o myprog where the "-lm" says to link with the "libm.a" library. Somehow you are using incorrect link option(s) in some way to give you that message. So find the 'gcc' or the 'ld' command line which produced the error, and look at how it is trying to use libm.a. On Wed, Jan 07, 2004 at 12:08:34PM -0600, mic...@ds... wrote: > Hi there again. > > Now I've run into another problem that I couldn't really find the answer > to in the archives (I looked there first this time!). > > Basically, when I try to link a program, it fails on the libm.a archive: > > collect2: /usr/ccs/lib/libm.a: not a COFF file > ... > # file /usr/ccs/lib/libm.a > /usr/ccs/lib/libm.a: archive (big format) > > Anyone run into this issue before, and know how to fix it? > > Thankee-sai! > -- > [ Mick Ohrberg | DST Output | (816) 435-2004 ] > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
From: <mic...@ds...> - 2004-01-07 21:08:46
|
Hi there again. Now I've run into another problem that I couldn't really find the answer to in the archives (I looked there first this time!). Basically, when I try to link a program, it fails on the libm.a archive: collect2: /usr/ccs/lib/libm.a: not a COFF file ... # file /usr/ccs/lib/libm.a /usr/ccs/lib/libm.a: archive (big format) Anyone run into this issue before, and know how to fix it? Thankee-sai! -- [ Mick Ohrberg | DST Output | (816) 435-2004 ] |
From: Anon S. <ano...@sc...> - 2004-01-07 05:40:35
|
Sorry, for posting the same messages in twice :( On Wed, 7 Jan 2004, Anon Sricharoenchai wrote: > I've tried to build the gnome-core-1.4.0.4-1 by invoking the command like this, > > bash-2.05a$ PATH="/usr/linux/bin/:$PATH" rpm --short-circuit -bc SPECS/gnome-core.spec > Executing(%build): /bin/sh -e /var/opt/freeware/tmp/ans/rpm-tmp/rpm-tmp.30612 > + umask 022 > + cd /home/ans/rpm/building/BUILD > + cd gnome-core-1.4.0.4 > + [[ -z ]] > + whence -v cc > + 2> /dev/null > + test X != X > + export CC=gcc > + test Xgcc != Xgcc > + libtoolize --force > You should update your `aclocal.m4' by running aclocal. > + ./configure --prefix=/opt/freeware --with-window-manager=sawfish --sysconfdir=/opt/freeware/etc > + CFLAGS=-DHAVE_CONTROL_CENTER -O2 -fsigned-char LDFLAGS=-Wl,-brtl > loading cache ./config.cache > checking for a BSD compatible install... (cached) /usr/linux/bin//install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for working aclocal... found > <--cut--> > ... > <--cut--> ________________________________________________________________ DISCLAIMER: This e-mail is intended solely for the recipient(s) name above. If you are not the intended recipient, any type of your use is prohibited. Any information, comment or statement contained in this e-mail, including any attachments (if any) are those of the author and are not necessarily endorsed by the Bank. The Bank shall, therefore, not be liable or responsible for any of such contents, including damages resulting from any virus transmitted by this e-mail. |