here are the options from a makefile of mine: CXXFLAGS += $(PROFILE_OPTIONS) -ggdb -DDEBUG=1 -I/usr/local/include -I/usr/include/mysql -I/usr/include/mysql++ -ISources LDFLAGS += $(PROFILE_OPTIONS) -L /usr/local/lib -lwt -lwtfcgi -lmysqlpp -lboost_filesystem
(note, I have installed a lot of libraries in /usr/local/lib). -Dave On Sat, Sep 25, 2010 at 10:11 PM, Mohammed Rashad <[email protected]> wrote: > How to compile c++ files to make .wt files? . I can't find any wiki entry > for this. > > -- > Rashad > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
