好吧,就像这样,我必须ssh通过进入我所在机构的服务器从家里运行一个程序.我不希望我的程序在会话结束时被终止(我不知道screen).
我做的是按Ctrl+Z,然后键入,bg以便它在后台执行.会议终止了.现在,当我从我的机构登录并输入时ps -u username,它显示程序仍在运行,但我无法将其带到前台.
我试过fg,jobs但这些命令不给我任何输出.
请有人帮帮我..
我正在使用Fedora 16.我已经安装了freeglut和freeglut-devel软件包.我试图朗读一个简单的opengl程序,但我收到以下错误
gcc cube.c -o cube -lglut
/usr/bin/ld: /tmp/ccSFol4w.o: undefined reference to symbol 'gluLookAt'
/usr/bin/ld: note: 'gluLookAt' is defined in DSO /usr/lib/libGLU.so.1 so try adding it to the linker command line
/usr/lib/libGLU.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
Run Code Online (Sandbox Code Playgroud)