need to make symbolic link for building

Asked by Su, Jun-Ming

I need to make symbolic for /usr/include/libxml2/libxml to /usr/include/libxml

what can i do?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Su, Jun-Ming
Solved:
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

You can't do this, and in any case you don't need to. The correct approach is to build-depend on pkg-config and cause your build system to add the output of "pkg-config --cflags libxml-2.0" to CFLAGS.

Revision history for this message
Su, Jun-Ming (sujunmin) said :
#2

thanks