Forum: Cfengine Help Subject: Re: Tokyocabinet for AIX build Author: matter Link to topic: https://cfengine.com/forum/read.php?3,17964,17986#msg-17986
Most likely it is some sort of .lib thing where it actually lives in src/.../.lib somewhere and the libpath does not pick it up. I have seen this one before. Usually I just add the path -L/..src/.libs to where it actually gets built as LDFLAGS for configure. That is the quick and dirty way. The real way would be to figure out the configure/make scenerio to find out where it is going wrong on AIX. AIX is a little fickle about that kinda stuff. _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
