Dear ewg members, We compile ofed on our environment always with a prefix set.
In install.pl we add after line 1394:
} elsif ( $cmd_flag eq "-l" or $cmd_flag eq "--prefix" ) {
$prefix = shift(@ARGV);
$prefix =~ s/\/$//;
this:
$sysconfdir = "$prefix/etc" ;
$mandir = "$prefix/share/man" ;
If i try to build then the ibmgtsim part of ibutils still want to do
something in /usr/share instead of putting it in $prefix/share/man
So setting $prefix does not build everything in $prefix. Is that correct? And if so, how can that changed?
Thanks. -- Met vriendelijke groeten / Kind regards, Jaap P. Dijkshoorn Groupleader Cluster Computing / Systems Programmer mailto:[email protected] http://home.sara.nl/~jaapd Science Park 121 1098 XG Amsterdam Tel: +31-(0)20-5923000 Fax: +31-(0)20-6683167 http://www.sara.nl FKA: SARA Computing & Networking Services Kruislaan 415 1098 SJ Amsterdam
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
