Sponsored Content
Full Discussion: Bits Club link on main page
Contact Us Post Here to Contact Site Administrators and Moderators Bits Club link on main page Post 302883990 by Neo on Friday 17th of January 2014 05:48:36 AM
Old 01-17-2014
Yes, we are retiring legacy code which adds only minimal value to the site; and adding new features for 2014. So we are retiring:
  • the old portal / CMS code
  • the old casino (bits club) code; but we are keeping the bits system overall (more on this later)
  • the mobile skin (we are replacing with tapatalk)

I'm still interested in how to more effectively use the Bits currency system; even though we have not figured out, as a community, how to use it effectively.
 

7 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Linux Man Page Online Link

Linux Man Page Online Link LINK: Linux Man Page Man Page for ( Section ) - The UNIX and Linux Forums (0 Replies)
Discussion started by: killerserv
0 Replies

2. UNIX for Dummies Questions & Answers

Where is the Next Page link?

I can't find that link so I only can read the last 40 post messages. (4 Replies)
Discussion started by: HOUSCOUS
4 Replies

3. Post Here to Contact Site Administrators and Moderators

new thread link in home page

Sir, I want to post a new thread but I am not able to find a new thread link anywhere in the home page. Every time i used to go to new post and selecting contact administrator after that there is a link for new thread is it the right method. (1 Reply)
Discussion started by: salaathi
1 Replies

4. UNIX for Dummies Questions & Answers

32 bits procesaor with 64 bits Solaris

people i have a problem i have a 32 bits sparc processor, and solaris 64 bits processor, i install a oracle data base 64 bits, but my oracle will not run because my processor is from 32 bits this is ok??, i know if i have x86 i cannot install a 64 bits operatin system in a 32 bits processor. ... (0 Replies)
Discussion started by: enkei17
0 Replies

5. Web Development

Symbolic link - HTML page listed not executed

I've used a symbolic link to point a folder to a file (e.g., ln -s symlink catalog/vendor/file.html). Then when I enter my url with the symbolic link in a browser (e.g., wwwdomaincom/symlink) the web server lists the page as text rather than displaying the page (i.e., executing the html). I use a... (1 Reply)
Discussion started by: dlooke
1 Replies

6. What is on Your Mind?

Promotion! Like Our New Facebook Timeline Page for 10,000 Bits!

Hey! We have started a new Forum HQ Facebook "Timeline" page where we plan to create a unix/linux timeline with major milestones for unix/linux, company start up dates for major releases, etc. We are just getting started, so I would like to personally invite you to visit and "Like" our new... (10 Replies)
Discussion started by: Neo
10 Replies

7. What is on Your Mind?

Place Bits & Win Bits!!! - 17th Annual Satellite Awards

Ten movies have been nominated as best motion picture by the International Press Academy, presentation of the 2012 Satellite Awards will be held on 16th December at Los Angeles, CA. Place your bits here on one of the below nominated movie of your choice:- Argo ... (0 Replies)
Discussion started by: Yoda
0 Replies
sdl-config(1)						      General Commands Manual						     sdl-config(1)

NAME
sdl-config - script to get information about the installed version of SDL SYNOPSIS
sdl-config [ --prefix[=DIR] ] [ --exec-prefix[=DIR] ] [ --version ] [ --cflags ] [ --libs ] [ --static-libs ] DESCRIPTION
sdl-config is a tool that is used to configure and determine the compiler and linker flags that should be used to compile and link pro- grams, and libraries, and plugins that use SDL. It is also used internally by the m4 macros that are included with SDL. OPTIONS
--cflags Print the compiler flags that are necessary to compile a program or library that uses SDL. --exec-prefix=DIR If specified, use DIR instead of the installation exec prefix that SDL was build with when computing the output for the --exec-pre- fix option. This option must be specified before any of the --cflags, and --libs options. --libs Print the linker flags that are necessary to link a program that uses SDL. --prefix=DIR If specified, use DIR instead of the installation prefix that SDL was built with when computing the output for the --prefix, and --exec-prefix options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be speci- fied before any of the --cflags, and --libs options. --static-libs Print the linker flags that are necessary to statically link a program that uses SDL. --version Prints the currently installed version of SDL on standard output. EXAMPLES
gcc -o main.o $(sdl-config --cflags) main.c is how you might use sdl-config to compile a C source file for an executable program. gcc -o my_app $(sdl-config --libs) main.o util.o is how you might use sdl-config to link compiled objects into an executable program. AUTHOR
The Simple DirectMedia Layer (SDL) library was written by Sam Lantinga. This manual page was written by Branden Robinson, originally for Progeny Linux Systems, Inc., and the Debian Project. This manual page was modified by Petr Pisar to match original SDL distribution. SDL 1.2 2013-06-19 sdl-config(1)
All times are GMT -4. The time now is 05:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy