Sponsored Content
Operating Systems AIX compilation problem on powerpc-ibm-aix5.2.0.0--Xlf Post 302327975 by garethr on Tuesday 23rd of June 2009 05:27:42 AM
Old 06-23-2009
Some thoughts/guesses:
1. "ld" cannot find your blas/lapack etc libraries in the paths it is searching.
2. Mismatch between 32-bit/64-bit libraries. E.g. trying to compile for one but libraries are for the other.
3. Running "truss" on the linking process may show which paths it is searching.
 

10 More Discussions You Might Find Interesting

1. AIX

Compile Problem on AIX5.3

Hello, I try to compile apt-rpm on a AIX box. AIX: AIX 5300-05-03 make : 3.81 CC= VAC 8 I get the follwing error: make: Entering directory `/home/root/apt-0.5.15lorg3/apt-pkg' source='contrib/cmndline.cc' object='contrib/cmndline.lo' libtool=yes \ DEPDIR=.deps depmode=none... (1 Reply)
Discussion started by: jbo
1 Replies

2. Programming

compilation problem

i have a class name 1.c in tht i am using function n wich has his body in 2.c and declaration in 2.h now how can i compile 1.c. ex; 1.c int main() { //some data n(10); //somedata } ***** 2.c int n(int k) { //some data } int main() { some data (2 Replies)
Discussion started by: phani_sree
2 Replies

3. AIX

IBM xlf "parser stack overflow" error

Hello, Does anybody know how to increase IBM xlf parser stack to get rid of the "parser stack overflow" error? Thanks Ping (1 Reply)
Discussion started by: luop0812
1 Replies

4. AIX

How to upgrade AIX5.3TL6-07 to AIX5.3TL8-04?

Hello All, After creating lpp_source/spot from AIX 5.3TL6-07 DVD on the NIM(AIX6.1), I went online and download the fix pack for reaching TL8-04. (it was less than 200Mgegs total) then I did define a newer lpp_source530TL8-04 via a copy from the older lpp_source530TL6-07 (I diduse a command... (2 Replies)
Discussion started by: sangers
2 Replies

5. AIX

Compiling netcdf-3.6.2 on powerpc-ibm-aix5.2.0.0

Hi, I am trying to compile a package netcdf-3.6.2 on an ibm aix machine called IBM Regatta P690. The script i am using is:#!/usr/bin/bash -f export CC=xlc_r export CXX=xlC_r export F77=xlf_r export FC=xlf90_r export CFLAGS=-q64 export CXXFLAGS=-q64 export FFLAGS='-q64 -qextname'... (0 Replies)
Discussion started by: samrat_rao
0 Replies

6. AIX

Compilation problem

hi, I first want to apologize for my poor english ! I'm a newbe on Unix system and I have to install NRPE on an AIX 5.3. I have downloaded the NRPE Source code and i need to compile them... the problem is, when I do a: ./configure --enable-command-args --disable-ssl it returns me :... (1 Reply)
Discussion started by: Cyr1us
1 Replies

7. AIX

LAPACK compilation error on ibm-aix5.2

Hi all, I am trying to compile LAPACK 3.2.1 on powerpc-ibm-aix5.2.0.0--Xlf but I am getting the following mesage?? "Makefile", line 362: make: 1254-055 Dependency line needs colon or double colon operator. "Makefile", line 364: make: 1254-055 Dependency line needs colon or double colon... (3 Replies)
Discussion started by: pauli
3 Replies

8. Programming

C Compilation problem

Dear all I am new to C programming In response to the post cat get_time.c #include <stdlib.h> #include <sys/time.h> main() { struct timeval tv; struct timezone tz; struct tm *tm; gettimeofday(&tv, &tz); tm=localtime(&tv.tv_sec); printf("... (2 Replies)
Discussion started by: on9west
2 Replies

9. AIX

Problem in compilation.

Hi, I am executing the below mentioned code:- proc SQLCHECK=SEMANTICS iname=CDBInteractor.pc parse=none code=cpp cpp_suffix=cpp g++ -c main.cpp g++ -o pre_request_engine main.o -I/oracle/oracle/app/product/10g/precomp -L/oracle/oracle/app/product/10g/lib32 -lnsl -ldl And... (2 Replies)
Discussion started by: tushar_tus
2 Replies

10. AIX

Attach HP EVA to IBM AIX powerpc singlepath

Dear all. We have a very big issue on Attach HP EVA to IBM AIX powerpc singlepath. the configurations on lscfg -vl fcs2 fcs2 U789C.001.DQD8D74-P1-C2-T1 4Gb FC PCI Express Adapter (df1000fe) Part Number.................10N7249 Serial... (3 Replies)
Discussion started by: Juri_al
3 Replies
MKLIBS(1)						       Debian User's Manual							 MKLIBS(1)

NAME
mklibs - make a minimal set of libraries SYNOPSIS
mklibs [OPTION]... -d DESTINATION FILE... DESCRIPTION
Place the minimal set of libraries required by FILE(s) in DESTINATION. OPTIONS
-d DESTINATION, --dest-dir DESTINATION Place the libraries in DESTINATION. -D, --no-default-lib Omit the default library path. -L LIBDIR[:LIBDIR]... Prepend LIBDIR(s) to the library search path. --ldlib LDLIB Use LDLIB for the dynamic linker. --libc-extras-dir EXTRADIR Use EXTRADIR to find extra libc files. --target TARGET Prepend TARGET- to the gcc and binutils calls. --root ROOT Search in ROOT- for library rpaths. --sysroot SYSROOT Locate libraries and associated files relative to SYSROOT. --gcc-options OPTIONS Pass OPTIONS to the compiler when relinking. --libdir DIR Use DIR (for example, lib64) in place of lib in default library paths. -v, --verbose Explain what is being done. -h, --help Display help and exit. BUGS
mklibs does not support the --dry-run and --version options supported by mklibs.sh. AUTHOR
This manual page was written by Matt Kraai. Debian 2002-07-07 MKLIBS(1)
All times are GMT -4. The time now is 09:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy