help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to collapse the two g++ lines to one


From: Stephan Strauss
Subject: How to collapse the two g++ lines to one
Date: Sun, 21 Aug 2005 09:11:42 +0200
User-agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux))

Hi mates,

I am quite new to g++, therefore I have a quite basic question. Please
do not kill me because of the rookie-ness of this question:

How is it possible to collapse these two lines into one:


g++ -Wall -I/usr/include -g -c -o accumaa.o accumaa.c

g++ -Wall -I/usr/include -L/usr/X11R6/lib -o accumaa -lX11 -lXi -lXmu
-lglut -lGL -lGLU -lm accumaa.o

Thank you very much for help,

Stephan 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]