Subject: Re: not finding libraries that exist in /usr/pkg/lib
To: Jared D. McNeill <jmcneill@invisible.yi.org>
From: Tracy J. Di Marco White <gendalia@iastate.edu>
List: tech-pkg
Date: 04/01/2001 17:47:07
}Quoting Tracy Di Marco White <gendalia@iastate.edu>:
}> All of these libraries are in /usr/pkg/lib.
}> 
}> I'd like to understand how to fix this, because I've been attempting
}> to
}> create a package myself that I can't figure out how to make it use the
}> libraries in /usr/pkg/lib without setting LD_LIBRARY_PATH.  At least,
}> I
}> consider having to set LD_LIBRARY_PATH not the right solution.
}
}You need to add the following flags to the compiler during the linking stage:
}
}  -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib

That's set in LDFLAGS, so why doesn't it work?

Tracy J. Di Marco White
Project Vincent Systems Manager
gendalia@iastate.edu