Opened 9 years ago
Closed 9 years ago
#618 closed bug (fixed)
installed libsingular-config contains paths pointing to the original source directory
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | Singular-spielwiese |
Component: | dontKnow | Version: | spielwiese |
Keywords: | Cc: | paffenholz@… |
Description
After installation of singular the libsingular-config
tool contains cflags which point to the directory where singular was built.
The git checkout is at:
/store/borel/lorenz/software/singular4
The prefix given to configure was:
prefix=/store/borel/lorenz/prefix-singular4
But --cflags
section in the tool is:
--cflags) ${ECHOn} " -I${includedir} -I${includedir}/singular -I/store/borel/lorenz/software/singular4 -I/store/borel/lorenz/software/singular4/factory/include "
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yeah, @FACTORY_INCLUDES@ should not be used there.... will be removed...
Unfortunately i can see no clean fix for that other than to assume that end user will additionally add factory-specific flags.
As a workaround - one can use pkg-config with the generated *.pc files.