Date: Thu, 17 Apr 2003 00:03:50 -0300 From: Konrad Scorciapino <fallenbr@uol.com.br> To: freebsd-questions@freebsd.org Subject: GCC and libraries Message-ID: <200304170003.50430.fallenbr@uol.com.br>
next in thread | raw e-mail | index | archive | help
Hello, I've installed wxWindows libraries, but got some errors when trying to compile some code that included them: konrad@localhost ~/fonte/wx > g++ HelloWorldApp.cpp -o HelloWorldApp HelloWorldApp.cpp:1: wx/wxprec.h: No such file or directory HelloWorldApp.cpp:4: wx/wx.h: No such file or directory konrad@localhost ~/fonte/wx > After searching, I found those files (wx.h and wxprec.h) at /usr/X11R6/include... Do I need to configure anything to make gcc compile? Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304170003.50430.fallenbr>