<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I'm trying to get an extension to compile some C files on<br>
Linux, using the pre-install function, during setup-plt.<br>
<br>
I've included header files in the distro in the
$HOME/local/collects/sqlid/<b>include</b><br>
directory. This works as long as I don't set the PLT_EXTENSION_LIB_PATHS<br>
environment variable.<br>
<br>
However, during the process of compiling linking has to be done<br>
against -L$HOME/local/lib. This doesn't work. No problem:<br>
export PLT_EXTENSION_LIB_PATHS=$HOME/local:$HOME/local/collects/sqlid<br>
<br>
This generates an error during compile, because only
-I$HOME/local/include<br>
is added as compilation flag, where I'd expect -I$HOME/local/include
-I$HOME/local/collects/sqlid/include<br>
<br>
What can I expect?<br>
<br>
best whishes,<br>
<br>
Hans Oesterholt<br>
<br>
<br>
<br>
</body>
</html>